Shades of Jordy Blue #6CA9DD
Tints of Jordy Blue #6CA9DD
RGB
CMYK
RGB Variations
Color information
#6CA9DD (or 0x6CA9DD) is known color: Jordy Blue. HEX triplet: 6C, A9 and DD. RGB value is (108,169,221). Sum of RGB (Red+Green+Blue) = 108+169+221=498 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.69% from 498); Green value is 169 (66.41% from 255 or 33.94% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CA9DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA9DD is #935622. Grayscale: #9C9C9C. Windows color (decimal): -9655843 or 14526828. OLE color: 14526828.
HSL color Cylindrical-coordinate representation of color #6CA9DD: hue angle of 207.61º 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 #6CA9DD is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 169 | 221 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.13 |
| HSL | 207.61º | 0.62% | 0.65% | - |
| HSV(B) | 207.61º | 0.51% | 0.87% | - |
| XYZ | 33.42 | 36.78 | 73.75 | - |
| YUV | 156.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 169 | 221 | 0.51 | 0.24 | 0 | 0.13 | 207.61 | 0.62 | 0.65 |
| Hex | 6C | A9 | DD | 33 | 18 | 0 | D | D0 | 3E | 41 |
| Octal | 154 | 251 | 335 | 63 | 30 | 0 | 15 | 320 | 76 | 101 |
| Binary | 1101100 | 10101001 | 11011101 | 110011 | 11000 | 0 | 1101 | 11010000 | 111110 | 1000001 |
Color Harmonies of #6CA9DD
Complementary color
Monochromatic Colors of #6CA9DD
Black with #6CA9DD
Text Example
Text Example
White with #6CA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA9DD; }
p { color: rgb(108,169,221); }
H1.HeaderClassName
{
color: #6CA9DD;
}
.AnyTagClassName
{
color: #6CA9DD;
}
</style>
background-color css
<style>
a { background-color: #6CA9DD; }
a { background-color: rgb(108,169,221); }
div.DivClassName
{
background-color: #6CA9DD;
}
.BgClassName
{
background-color: #6CA9DD;
}
</style>
border-color css
<style>
span { border-color: #6CA9DD; }
span { border-color: rgb(108,169,221); }
td.TdClassName
{
border-color: #6CA9DD;
}
.TagClassName
{
border-color: #6CA9DD;
}
</style>