Color Hex Logo

#069cff Color Hex

#069CFF
(6,156,255)
0 Favorites   0 Comments

Color spaces of #069cff

RGB 6156255
HSL0.571.000.51
HSV204°98°100°
CMYK 0.980.390.00   0.00
XYZ30.013631.035799.0163
Yxy31.03570.18750.1939
Hunter Lab55.7097-1.3251-66.3830
CIE-Lab62.53781.9591-58.3566

#069cff color RGB value is (6,156,255).

#069cff hex color red value is 6, green value is 156 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #069cff hue: 0.57 , saturation: 1.00 and the lightness value of 069cff is 0.51.

The process color (four color CMYK) of #069cff color hex is 0.98, 0.39, 0.00, 0.00. Web safe color of #069cff is #0099ff. Color #069cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011100 11111111
Octal 6 234 377
Decimal 6 156 255
Hex 6 9C FF

RGB Percentages of Color #069cff

%1.44
%37.41
%61.15

CMYK Percentages of Color #069cff

%98
%39
%0
%0

Triadic Colors of #069cff

#069cff #ff069c #9cff06

Analogous Colors of #069cff

#069cff #0620ff #06ffe6

Monochromatic Colors of #069cff

#069cff

Complementary Color

#069cff #ff6906

#069cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#069cff Color CSS Codes

.mybgcolor {background-color:#069cff; } 
.myforecolor {color:#069cff; }
.mybordercolor {border:3px solid #069cff; }

#069cff Text Font Color

<p style="color:#069cff">Text here</p>

This sample text font color is #069cff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#069cff Background Color

<div style="background-color:#069cff">
Div content here</div>

This div background color is #069cff


#069cff Border Color

<div style="border:3px solid #069cff">
Div here</div>

This div border color is #069cff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,156,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #069cff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #069cff;
  -webkit-box-shadow: 1px 1px 3px 2px #069cff;
  box-shadow:         1px 1px 3px 2px #069cff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,156,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #069cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #069cff;
  -webkit-box-shadow: 1px 1px 3px 2px #069cff;
  box-shadow:         1px 1px 3px 2px #069cff;">
Div content here</div>

This div box has shadow with color #069cff


Comments

No comments written yet.

Please login to write comment.