Shades of Cadet Blue #6E9BA3
Tints of Cadet Blue #6E9BA3
RGB
CMYK
RGB Variations
Color information
#6E9BA3 (or 0x6E9BA3) is known color: Cadet Blue. HEX triplet: 6E, 9B and A3. RGB value is (110,155,163). Sum of RGB (Red+Green+Blue) = 110+155+163=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 163 - color contains mainly: blue. Hex color #6E9BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9BA3 is #91645C. Grayscale: #8E8E8E. Windows color (decimal): -9528413 or 10722158. OLE color: 10722158.
HSL color Cylindrical-coordinate representation of color #6E9BA3: hue angle of 189.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E9BA3 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 110 | 155 | 163 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.36 |
| HSL | 189.06º | 0.22% | 0.54% | - |
| HSV(B) | 189.06º | 0.33% | 0.64% | - |
| XYZ | 24.76 | 29.4 | 39.02 | - |
| YUV | 142.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 155 | 163 | 0.33 | 0.05 | 0 | 0.36 | 189.06 | 0.22 | 0.54 |
| Hex | 6E | 9B | A3 | 21 | 5 | 0 | 24 | BD | 16 | 36 |
| Octal | 156 | 233 | 243 | 41 | 5 | 0 | 44 | 275 | 26 | 66 |
| Binary | 1101110 | 10011011 | 10100011 | 100001 | 101 | 0 | 100100 | 10111101 | 10110 | 110110 |
Color Harmonies of #6E9BA3
Complementary color
Monochromatic Colors of #6E9BA3
Black with #6E9BA3
Text Example
Text Example
White with #6E9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9BA3; }
p { color: rgb(110,155,163); }
H1.HeaderClassName
{
color: #6E9BA3;
}
.AnyTagClassName
{
color: #6E9BA3;
}
</style>
background-color css
<style>
a { background-color: #6E9BA3; }
a { background-color: rgb(110,155,163); }
div.DivClassName
{
background-color: #6E9BA3;
}
.BgClassName
{
background-color: #6E9BA3;
}
</style>
border-color css
<style>
span { border-color: #6E9BA3; }
span { border-color: rgb(110,155,163); }
td.TdClassName
{
border-color: #6E9BA3;
}
.TagClassName
{
border-color: #6E9BA3;
}
</style>