Shades of Cadet Blue #6395A0
Tints of Cadet Blue #6395A0
RGB
CMYK
RGB Variations
Color information
#6395A0 (or 0x6395A0) is known color: Cadet Blue. HEX triplet: 63, 95 and A0. RGB value is (99,149,160). Sum of RGB (Red+Green+Blue) = 99+149+160=408 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.26% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #6395A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6395A0 is #9C6A5F. Grayscale: #878787. Windows color (decimal): -10250848 or 10524003. OLE color: 10524003.
HSL color Cylindrical-coordinate representation of color #6395A0: hue angle of 190.82º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6395A0 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 99 | 149 | 160 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.37 |
| HSL | 190.82º | 0.24% | 0.51% | - |
| HSV(B) | 190.82º | 0.38% | 0.63% | - |
| XYZ | 22.24 | 26.69 | 37.24 | - |
| YUV | 135.3 | 141.94 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 160 | 0.38 | 0.07 | 0 | 0.37 | 190.82 | 0.24 | 0.51 |
| Hex | 63 | 95 | A0 | 26 | 7 | 0 | 25 | BF | 18 | 33 |
| Octal | 143 | 225 | 240 | 46 | 7 | 0 | 45 | 277 | 30 | 63 |
| Binary | 1100011 | 10010101 | 10100000 | 100110 | 111 | 0 | 100101 | 10111111 | 11000 | 110011 |
Color Harmonies of #6395A0
Complementary color
Monochromatic Colors of #6395A0
Black with #6395A0
Text Example
Text Example
White with #6395A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6395A0; }
p { color: rgb(99,149,160); }
H1.HeaderClassName
{
color: #6395A0;
}
.AnyTagClassName
{
color: #6395A0;
}
</style>
background-color css
<style>
a { background-color: #6395A0; }
a { background-color: rgb(99,149,160); }
div.DivClassName
{
background-color: #6395A0;
}
.BgClassName
{
background-color: #6395A0;
}
</style>
border-color css
<style>
span { border-color: #6395A0; }
span { border-color: rgb(99,149,160); }
td.TdClassName
{
border-color: #6395A0;
}
.TagClassName
{
border-color: #6395A0;
}
</style>