Shades of Jordy Blue #6CADEC
Tints of Jordy Blue #6CADEC
RGB
CMYK
RGB Variations
Color information
#6CADEC (or 0x6CADEC) is known color: Jordy Blue. HEX triplet: 6C, AD and EC. RGB value is (108,173,236). Sum of RGB (Red+Green+Blue) = 108+173+236=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CADEC is #935213. Grayscale: #A0A0A0. Windows color (decimal): -9654804 or 15510892. OLE color: 15510892.
HSL color Cylindrical-coordinate representation of color #6CADEC: hue angle of 209.53º 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 #6CADEC is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 173 | 236 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.07 |
| HSL | 209.53º | 0.77% | 0.67% | - |
| HSV(B) | 209.53º | 0.54% | 0.93% | - |
| XYZ | 36.27 | 39.13 | 85 | - |
| YUV | 160.75 | 170.47 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 173 | 236 | 0.54 | 0.27 | 0 | 0.07 | 209.53 | 0.77 | 0.67 |
| Hex | 6C | AD | EC | 36 | 1B | 0 | 7 | D2 | 4D | 43 |
| Octal | 154 | 255 | 354 | 66 | 33 | 0 | 7 | 322 | 115 | 103 |
| Binary | 1101100 | 10101101 | 11101100 | 110110 | 11011 | 0 | 111 | 11010010 | 1001101 | 1000011 |
Color Harmonies of #6CADEC
Complementary color
Monochromatic Colors of #6CADEC
Black with #6CADEC
Text Example
Text Example
White with #6CADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CADEC; }
p { color: rgb(108,173,236); }
H1.HeaderClassName
{
color: #6CADEC;
}
.AnyTagClassName
{
color: #6CADEC;
}
</style>
background-color css
<style>
a { background-color: #6CADEC; }
a { background-color: rgb(108,173,236); }
div.DivClassName
{
background-color: #6CADEC;
}
.BgClassName
{
background-color: #6CADEC;
}
</style>
border-color css
<style>
span { border-color: #6CADEC; }
span { border-color: rgb(108,173,236); }
td.TdClassName
{
border-color: #6CADEC;
}
.TagClassName
{
border-color: #6CADEC;
}
</style>