Shades of Cadet Blue #64A69F
Tints of Cadet Blue #64A69F
RGB
CMYK
RGB Variations
Color information
#64A69F (or 0x64A69F) is known color: Cadet Blue. HEX triplet: 64, A6 and 9F. RGB value is (100,166,159). Sum of RGB (Red+Green+Blue) = 100+166+159=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 166 - color contains mainly: green. Hex color #64A69F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A69F is #9B5960. Grayscale: #919191. Windows color (decimal): -10180961 or 10462820. OLE color: 10462820.
HSL color Cylindrical-coordinate representation of color #64A69F: hue angle of 173.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64A69F is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 166 | 159 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.35 |
| HSL | 173.64º | 0.27% | 0.52% | - |
| HSV(B) | 173.64º | 0.4% | 0.65% | - |
| XYZ | 25.15 | 32.48 | 37.75 | - |
| YUV | 145.47 | 135.63 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 166 | 159 | 0.40 | 0 | 0.04 | 0.35 | 173.64 | 0.27 | 0.52 |
| Hex | 64 | A6 | 9F | 28 | 0 | 4 | 23 | AE | 1B | 34 |
| Octal | 144 | 246 | 237 | 50 | 0 | 4 | 43 | 256 | 33 | 64 |
| Binary | 1100100 | 10100110 | 10011111 | 101000 | 0 | 100 | 100011 | 10101110 | 11011 | 110100 |
Color Harmonies of #64A69F
Complementary color
Monochromatic Colors of #64A69F
Black with #64A69F
Text Example
Text Example
White with #64A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64A69F; }
p { color: rgb(100,166,159); }
H1.HeaderClassName
{
color: #64A69F;
}
.AnyTagClassName
{
color: #64A69F;
}
</style>
background-color css
<style>
a { background-color: #64A69F; }
a { background-color: rgb(100,166,159); }
div.DivClassName
{
background-color: #64A69F;
}
.BgClassName
{
background-color: #64A69F;
}
</style>
border-color css
<style>
span { border-color: #64A69F; }
span { border-color: rgb(100,166,159); }
td.TdClassName
{
border-color: #64A69F;
}
.TagClassName
{
border-color: #64A69F;
}
</style>