Shades of Cerulean #06769B
Tints of Cerulean #06769B
RGB
CMYK
RGB Variations
Color information
#06769B (or 0x06769B) is known color: 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
RGB | 6 | 118 | 155 | - |
CMYK | 0.96 | 0.24 | 0 | 0.39 |
HSL | 194.9º | 0.93% | 0.32% | - |
HSV(B) | 194.9º | 0.96% | 0.61% | - |
XYZ | 12.47 | 15.36 | 33.32 | - |
YUV | 88.73 | 165.39 | 68.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 118 | 155 | 0.96 | 0.24 | 0 | 0.39 | 194.9 | 0.93 | 0.32 |
Hex | 6 | 76 | 9B | 60 | 18 | 0 | 27 | C3 | 5D | 20 |
Octal | 6 | 166 | 233 | 140 | 30 | 0 | 47 | 303 | 135 | 40 |
Binary | 110 | 1110110 | 10011011 | 1100000 | 11000 | 0 | 100111 | 11000011 | 1011101 | 100000 |
Color Harmonies of #06769B
Complementary color
Monochromatic Colors of #06769B
Black with #06769B
Text Example
Text Example
White with #06769B
Text Example
Text Example
HTML Codes & Css Web 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>