Shades of Jordy Blue #6CABDD
Tints of Jordy Blue #6CABDD
RGB
CMYK
RGB Variations
Color information
#6CABDD (or 0x6CABDD) is known color: Jordy Blue. HEX triplet: 6C, AB and DD. RGB value is (108,171,221). Sum of RGB (Red+Green+Blue) = 108+171+221=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABDD is #935422. Grayscale: #9D9D9D. Windows color (decimal): -9655331 or 14527340. OLE color: 14527340.
HSL color Cylindrical-coordinate representation of color #6CABDD: hue angle of 206.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CABDD is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 171 | 221 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.13 |
| HSL | 206.55º | 0.62% | 0.65% | - |
| HSV(B) | 206.55º | 0.51% | 0.87% | - |
| XYZ | 33.8 | 37.53 | 73.87 | - |
| YUV | 157.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 221 | 0.51 | 0.23 | 0 | 0.13 | 206.55 | 0.62 | 0.65 |
| Hex | 6C | AB | DD | 33 | 17 | 0 | D | CF | 3E | 41 |
| Octal | 154 | 253 | 335 | 63 | 27 | 0 | 15 | 317 | 76 | 101 |
| Binary | 1101100 | 10101011 | 11011101 | 110011 | 10111 | 0 | 1101 | 11001111 | 111110 | 1000001 |
Color Harmonies of #6CABDD
Complementary color
Monochromatic Colors of #6CABDD
Black with #6CABDD
Text Example
Text Example
White with #6CABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABDD; }
p { color: rgb(108,171,221); }
H1.HeaderClassName
{
color: #6CABDD;
}
.AnyTagClassName
{
color: #6CABDD;
}
</style>
background-color css
<style>
a { background-color: #6CABDD; }
a { background-color: rgb(108,171,221); }
div.DivClassName
{
background-color: #6CABDD;
}
.BgClassName
{
background-color: #6CABDD;
}
</style>
border-color css
<style>
span { border-color: #6CABDD; }
span { border-color: rgb(108,171,221); }
td.TdClassName
{
border-color: #6CABDD;
}
.TagClassName
{
border-color: #6CABDD;
}
</style>