#06779B

Color #06779B Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #06779B

Tints of Cerulean #06779B

Color information

#06779B (or 0x06779B) is unknown color: approx Cerulean. HEX triplet: 06, 77 and 9B. RGB value is (6,119,155). Sum of RGB (Red+Green+Blue) = 6+119+155=280 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #06779B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06779B is #F98864. Grayscale: #595959. Windows color (decimal): -16353381 or 10188550. OLE color: 10188550.

HSL color Cylindrical-coordinate representation of color #06779B: hue angle of 194.5º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06779B is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6119155-
CMYK0.960.2300.39
HSL194.5º92.55%31.57%-
HSV(B)194.5º96.13%60.78%-
XYZ12.5915.633.36-
YUV89.32165.0668.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.14%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=2.14%
G=42.5%
B=55.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61191550.960.2300.39194.592.5531.57
Hex6779B6017027c25d20
Octal61672331402704730213540
Binary1101110111100110111100000101110100111110000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06779B; }

 p { color: rgb(6,119,155); }

 H1.HeaderClassName
 {
   color: #06779B;
 }
 .AnyTagClassName
 {
   color: #06779B;
 }
</style>
background-color css

<style>
 a { background-color: #06779B; }

 a { background-color: rgb(6,119,155); }

 div.DivClassName
 {
   background-color: #06779B;
 }
 .BgClassName
 {
   background-color: #06779B;
 }
</style>
border-color css

<style>
 span { border-color: #06779B; }

 span { border-color: rgb(6,119,155); }

 td.TdClassName
 {
   border-color: #06779B;
 }
 .TagClassName
 {
   border-color: #06779B;
 }
</style>