Shades of Jordy Blue #6CAEEC
Tints of Jordy Blue #6CAEEC
RGB
CMYK
RGB Variations
Color information
#6CAEEC (or 0x6CAEEC) is known color: Jordy Blue. HEX triplet: 6C, AE and EC. RGB value is (108,174,236). Sum of RGB (Red+Green+Blue) = 108+174+236=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAEEC is #935113. Grayscale: #A1A1A1. Windows color (decimal): -9654548 or 15511148. OLE color: 15511148.
HSL color Cylindrical-coordinate representation of color #6CAEEC: hue angle of 209.06º 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 #6CAEEC is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 174 | 236 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.07 |
| HSL | 209.06º | 0.77% | 0.67% | - |
| HSV(B) | 209.06º | 0.54% | 0.93% | - |
| XYZ | 36.46 | 39.52 | 85.06 | - |
| YUV | 161.33 | 170.13 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 236 | 0.54 | 0.26 | 0 | 0.07 | 209.06 | 0.77 | 0.67 |
| Hex | 6C | AE | EC | 36 | 1A | 0 | 7 | D1 | 4D | 43 |
| Octal | 154 | 256 | 354 | 66 | 32 | 0 | 7 | 321 | 115 | 103 |
| Binary | 1101100 | 10101110 | 11101100 | 110110 | 11010 | 0 | 111 | 11010001 | 1001101 | 1000011 |
Color Harmonies of #6CAEEC
Complementary color
Monochromatic Colors of #6CAEEC
Black with #6CAEEC
Text Example
Text Example
White with #6CAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAEEC; }
p { color: rgb(108,174,236); }
H1.HeaderClassName
{
color: #6CAEEC;
}
.AnyTagClassName
{
color: #6CAEEC;
}
</style>
background-color css
<style>
a { background-color: #6CAEEC; }
a { background-color: rgb(108,174,236); }
div.DivClassName
{
background-color: #6CAEEC;
}
.BgClassName
{
background-color: #6CAEEC;
}
</style>
border-color css
<style>
span { border-color: #6CAEEC; }
span { border-color: rgb(108,174,236); }
td.TdClassName
{
border-color: #6CAEEC;
}
.TagClassName
{
border-color: #6CAEEC;
}
</style>