Shades of Cadet Blue #6CA1A2
Tints of Cadet Blue #6CA1A2
RGB
CMYK
RGB Variations
Color information
#6CA1A2 (or 0x6CA1A2) is known color: Cadet Blue. HEX triplet: 6C, A1 and A2. RGB value is (108,161,162). Sum of RGB (Red+Green+Blue) = 108+161+162=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #6CA1A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA1A2 is #935E5D. Grayscale: #919191. Windows color (decimal): -9657950 or 10658156. OLE color: 10658156.
HSL color Cylindrical-coordinate representation of color #6CA1A2: hue angle of 181.11º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA1A2 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 108 | 161 | 162 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.36 |
| HSL | 181.11º | 0.23% | 0.53% | - |
| HSV(B) | 181.11º | 0.33% | 0.64% | - |
| XYZ | 25.45 | 31.29 | 38.88 | - |
| YUV | 145.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 162 | 0.33 | 0.01 | 0 | 0.36 | 181.11 | 0.23 | 0.53 |
| Hex | 6C | A1 | A2 | 21 | 1 | 0 | 24 | B5 | 16 | 35 |
| Octal | 154 | 241 | 242 | 41 | 1 | 0 | 44 | 265 | 26 | 65 |
| Binary | 1101100 | 10100001 | 10100010 | 100001 | 1 | 0 | 100100 | 10110101 | 10110 | 110101 |
Color Harmonies of #6CA1A2
Complementary color
Monochromatic Colors of #6CA1A2
Black with #6CA1A2
Text Example
Text Example
White with #6CA1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA1A2; }
p { color: rgb(108,161,162); }
H1.HeaderClassName
{
color: #6CA1A2;
}
.AnyTagClassName
{
color: #6CA1A2;
}
</style>
background-color css
<style>
a { background-color: #6CA1A2; }
a { background-color: rgb(108,161,162); }
div.DivClassName
{
background-color: #6CA1A2;
}
.BgClassName
{
background-color: #6CA1A2;
}
</style>
border-color css
<style>
span { border-color: #6CA1A2; }
span { border-color: rgb(108,161,162); }
td.TdClassName
{
border-color: #6CA1A2;
}
.TagClassName
{
border-color: #6CA1A2;
}
</style>