Color Hex Logo

#069ffb Color Hex

#069FFB
(6,159,251)
0 Favorites   0 Comments

Color spaces of #069ffb

RGB 6159251
HSL0.560.970.50
HSV203°98°98°
CMYK 0.980.370.00   0.02
XYZ29.885831.800095.8297
Yxy31.80000.18970.2019
Hunter Lab56.3915-4.0855-61.2813
CIE-Lab63.1772-1.2813-55.1528

#069ffb color RGB value is (6,159,251).

#069ffb hex color red value is 6, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #069ffb hue: 0.56 , saturation: 0.97 and the lightness value of 069ffb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011111 11111011
Octal 6 237 373
Decimal 6 159 251
Hex 6 9F FB

RGB Percentages of Color #069ffb

%1.44
%38.22
%60.34

CMYK Percentages of Color #069ffb

%98
%37
%0
%2

Triadic Colors of #069ffb

#069ffb #fb069f #9ffb06

Analogous Colors of #069ffb

#069ffb #0624fb #06fbdd

Monochromatic Colors of #069ffb

#069ffb

Complementary Color

#069ffb #fb6206

#069ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#069ffb Color CSS Codes

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

#069ffb Text Font Color

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

This sample text font color is #069ffb
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.


#069ffb Background Color

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

This div background color is #069ffb


#069ffb Border Color

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

This div border color is #069ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.