#06769B

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

Shades of Cerulean #06769B

Tints of Cerulean #06769B

Color information

#06769B (or 0x06769B) is unknown color: approx Cerulean. HEX triplet: 06, 76 and 9B. RGB value is (6,118,155). Sum of RGB (Red+Green+Blue) = 6+118+155=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #06769B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06769B is #F98964. Grayscale: #585858. Windows color (decimal): -16353637 or 10188294. OLE color: 10188294.

HSL color Cylindrical-coordinate representation of color #06769B: hue angle of 194.9º 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 #06769B is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6118155-
CMYK0.960.2400.39
HSL194.9º92.55%31.57%-
HSV(B)194.9º96.13%60.78%-
XYZ12.4715.3633.32-
YUV88.73165.3968.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.15%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=2.15%
G=42.29%
B=55.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61181550.960.2400.39194.992.5531.57
Hex6769B6018027c35d20
Octal61662331403004730313540
Binary1101110110100110111100000110000100111110000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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