Shades of Cadet Blue #67969C
Tints of Cadet Blue #67969C
RGB
CMYK
RGB Variations
Color information
#67969C (or 0x67969C) is known color: Cadet Blue. HEX triplet: 67, 96 and 9C. RGB value is (103,150,156). Sum of RGB (Red+Green+Blue) = 103+150+156=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #67969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67969C is #986963. Grayscale: #888888. Windows color (decimal): -9988452 or 10262119. OLE color: 10262119.
HSL color Cylindrical-coordinate representation of color #67969C: hue angle of 186.79º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67969C is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 150 | 156 | - |
| CMYK | 0.34 | 0.04 | 0 | 0.39 |
| HSL | 186.79º | 0.21% | 0.51% | - |
| HSV(B) | 186.79º | 0.34% | 0.61% | - |
| XYZ | 22.5 | 27.1 | 35.5 | - |
| YUV | 136.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 156 | 0.34 | 0.04 | 0 | 0.39 | 186.79 | 0.21 | 0.51 |
| Hex | 67 | 96 | 9C | 22 | 4 | 0 | 27 | BB | 15 | 33 |
| Octal | 147 | 226 | 234 | 42 | 4 | 0 | 47 | 273 | 25 | 63 |
| Binary | 1100111 | 10010110 | 10011100 | 100010 | 100 | 0 | 100111 | 10111011 | 10101 | 110011 |
Color Harmonies of #67969C
Complementary color
Monochromatic Colors of #67969C
Black with #67969C
Text Example
Text Example
White with #67969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67969C; }
p { color: rgb(103,150,156); }
H1.HeaderClassName
{
color: #67969C;
}
.AnyTagClassName
{
color: #67969C;
}
</style>
background-color css
<style>
a { background-color: #67969C; }
a { background-color: rgb(103,150,156); }
div.DivClassName
{
background-color: #67969C;
}
.BgClassName
{
background-color: #67969C;
}
</style>
border-color css
<style>
span { border-color: #67969C; }
span { border-color: rgb(103,150,156); }
td.TdClassName
{
border-color: #67969C;
}
.TagClassName
{
border-color: #67969C;
}
</style>