Shades of Cerulean #006B98
Tints of Cerulean #006B98
RGB
CMYK
RGB Variations
Color information
#006B98 (or 0x006B98) is known color: Cerulean. HEX triplet: 00, 6B and 98. RGB value is (0,107,152). Sum of RGB (Red+Green+Blue) = 0+107+152=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #006B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B98 is #FF9467. Grayscale: #4F4F4F. Windows color (decimal): -16749672 or 9988864. OLE color: 9988864.
HSL color Cylindrical-coordinate representation of color #006B98: hue angle of 197.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B98 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 107 | 152 | - |
| CMYK | 1 | 0.30 | 0 | 0.40 |
| HSL | 197.76º | 1% | 0.3% | - |
| HSV(B) | 197.76º | 1% | 0.6% | - |
| XYZ | 10.93 | 12.78 | 31.6 | - |
| YUV | 80.14 | 168.55 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 152 | 1 | 0.30 | 0 | 0.40 | 197.76 | 1 | 0.3 |
| Hex | 0 | 6B | 98 | 64 | 1E | 0 | 28 | C6 | 64 | 1E |
| Octal | 0 | 153 | 230 | 144 | 36 | 0 | 50 | 306 | 144 | 36 |
| Binary | 0 | 1101011 | 10011000 | 1100100 | 11110 | 0 | 101000 | 11000110 | 1100100 | 11110 |
Color Harmonies of #006B98
Complementary color
Monochromatic Colors of #006B98
Black with #006B98
Text Example
Text Example
White with #006B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B98; }
p { color: rgb(0,107,152); }
H1.HeaderClassName
{
color: #006B98;
}
.AnyTagClassName
{
color: #006B98;
}
</style>
background-color css
<style>
a { background-color: #006B98; }
a { background-color: rgb(0,107,152); }
div.DivClassName
{
background-color: #006B98;
}
.BgClassName
{
background-color: #006B98;
}
</style>
border-color css
<style>
span { border-color: #006B98; }
span { border-color: rgb(0,107,152); }
td.TdClassName
{
border-color: #006B98;
}
.TagClassName
{
border-color: #006B98;
}
</style>