Shades of Cerulean #006F93
Tints of Cerulean #006F93
RGB
CMYK
RGB Variations
Color information
#006F93 (or 0x006F93) is known color: Cerulean. HEX triplet: 00, 6F and 93. RGB value is (0,111,147). Sum of RGB (Red+Green+Blue) = 0+111+147=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #006F93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F93 is #FF906C. Grayscale: #515151. Windows color (decimal): -16748653 or 9662208. OLE color: 9662208.
HSL color Cylindrical-coordinate representation of color #006F93: hue angle of 194.69º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F93 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 111 | 147 | - |
| CMYK | 1 | 0.24 | 0 | 0.42 |
| HSL | 194.69º | 1% | 0.29% | - |
| HSV(B) | 194.69º | 1% | 0.58% | - |
| XYZ | 10.95 | 13.48 | 29.63 | - |
| YUV | 81.92 | 164.73 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 147 | 1 | 0.24 | 0 | 0.42 | 194.69 | 1 | 0.29 |
| Hex | 0 | 6F | 93 | 64 | 18 | 0 | 2A | C3 | 64 | 1D |
| Octal | 0 | 157 | 223 | 144 | 30 | 0 | 52 | 303 | 144 | 35 |
| Binary | 0 | 1101111 | 10010011 | 1100100 | 11000 | 0 | 101010 | 11000011 | 1100100 | 11101 |
Color Harmonies of #006F93
Complementary color
Monochromatic Colors of #006F93
Black with #006F93
Text Example
Text Example
White with #006F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F93; }
p { color: rgb(0,111,147); }
H1.HeaderClassName
{
color: #006F93;
}
.AnyTagClassName
{
color: #006F93;
}
</style>
background-color css
<style>
a { background-color: #006F93; }
a { background-color: rgb(0,111,147); }
div.DivClassName
{
background-color: #006F93;
}
.BgClassName
{
background-color: #006F93;
}
</style>
border-color css
<style>
span { border-color: #006F93; }
span { border-color: rgb(0,111,147); }
td.TdClassName
{
border-color: #006F93;
}
.TagClassName
{
border-color: #006F93;
}
</style>