Shades of Jordy Blue #6CA6EC
Tints of Jordy Blue #6CA6EC
RGB
CMYK
RGB Variations
Color information
#6CA6EC (or 0x6CA6EC) is known color: Jordy Blue. HEX triplet: 6C, A6 and EC. RGB value is (108,166,236). Sum of RGB (Red+Green+Blue) = 108+166+236=510 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.18% from 510); Green value is 166 (65.23% from 255 or 32.55% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CA6EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CA6EC is #935913. Grayscale: #9C9C9C. Windows color (decimal): -9656596 or 15509100. OLE color: 15509100.
HSL color Cylindrical-coordinate representation of color #6CA6EC: hue angle of 212.81º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CA6EC is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 166 | 236 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.07 |
| HSL | 212.81º | 0.77% | 0.67% | - |
| HSV(B) | 212.81º | 0.54% | 0.93% | - |
| XYZ | 34.96 | 36.52 | 84.56 | - |
| YUV | 156.64 | 172.78 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 166 | 236 | 0.54 | 0.30 | 0 | 0.07 | 212.81 | 0.77 | 0.67 |
| Hex | 6C | A6 | EC | 36 | 1E | 0 | 7 | D5 | 4D | 43 |
| Octal | 154 | 246 | 354 | 66 | 36 | 0 | 7 | 325 | 115 | 103 |
| Binary | 1101100 | 10100110 | 11101100 | 110110 | 11110 | 0 | 111 | 11010101 | 1001101 | 1000011 |
Color Harmonies of #6CA6EC
Complementary color
Monochromatic Colors of #6CA6EC
Black with #6CA6EC
Text Example
Text Example
White with #6CA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA6EC; }
p { color: rgb(108,166,236); }
H1.HeaderClassName
{
color: #6CA6EC;
}
.AnyTagClassName
{
color: #6CA6EC;
}
</style>
background-color css
<style>
a { background-color: #6CA6EC; }
a { background-color: rgb(108,166,236); }
div.DivClassName
{
background-color: #6CA6EC;
}
.BgClassName
{
background-color: #6CA6EC;
}
</style>
border-color css
<style>
span { border-color: #6CA6EC; }
span { border-color: rgb(108,166,236); }
td.TdClassName
{
border-color: #6CA6EC;
}
.TagClassName
{
border-color: #6CA6EC;
}
</style>