Shades of Cadet Blue #67989A
Tints of Cadet Blue #67989A
RGB
CMYK
RGB Variations
Color information
#67989A (or 0x67989A) is known color: Cadet Blue. HEX triplet: 67, 98 and 9A. RGB value is (103,152,154). Sum of RGB (Red+Green+Blue) = 103+152+154=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #67989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67989A is #986765. Grayscale: #898989. Windows color (decimal): -9987942 or 10131559. OLE color: 10131559.
HSL color Cylindrical-coordinate representation of color #67989A: hue angle of 182.35º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67989A is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 152 | 154 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.40 |
| HSL | 182.35º | 0.2% | 0.5% | - |
| HSV(B) | 182.35º | 0.33% | 0.6% | - |
| XYZ | 22.65 | 27.67 | 34.72 | - |
| YUV | 137.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 152 | 154 | 0.33 | 0.01 | 0 | 0.40 | 182.35 | 0.2 | 0.5 |
| Hex | 67 | 98 | 9A | 21 | 1 | 0 | 28 | B6 | 14 | 32 |
| Octal | 147 | 230 | 232 | 41 | 1 | 0 | 50 | 266 | 24 | 62 |
| Binary | 1100111 | 10011000 | 10011010 | 100001 | 1 | 0 | 101000 | 10110110 | 10100 | 110010 |
Color Harmonies of #67989A
Complementary color
Monochromatic Colors of #67989A
Black with #67989A
Text Example
Text Example
White with #67989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67989A; }
p { color: rgb(103,152,154); }
H1.HeaderClassName
{
color: #67989A;
}
.AnyTagClassName
{
color: #67989A;
}
</style>
background-color css
<style>
a { background-color: #67989A; }
a { background-color: rgb(103,152,154); }
div.DivClassName
{
background-color: #67989A;
}
.BgClassName
{
background-color: #67989A;
}
</style>
border-color css
<style>
span { border-color: #67989A; }
span { border-color: rgb(103,152,154); }
td.TdClassName
{
border-color: #67989A;
}
.TagClassName
{
border-color: #67989A;
}
</style>