Shades of Jordy Blue #6CA1DD
Tints of Jordy Blue #6CA1DD
RGB
CMYK
RGB Variations
Color information
#6CA1DD (or 0x6CA1DD) is known color: Jordy Blue. HEX triplet: 6C, A1 and DD. RGB value is (108,161,221). Sum of RGB (Red+Green+Blue) = 108+161+221=490 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.04% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CA1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA1DD is #935E22. Grayscale: #979797. Windows color (decimal): -9657891 or 14524780. OLE color: 14524780.
HSL color Cylindrical-coordinate representation of color #6CA1DD: hue angle of 211.86º 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 #6CA1DD is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 161 | 221 | - |
| CMYK | 0.51 | 0.27 | 0 | 0.13 |
| HSL | 211.86º | 0.62% | 0.65% | - |
| HSV(B) | 211.86º | 0.51% | 0.87% | - |
| XYZ | 31.98 | 33.9 | 73.26 | - |
| YUV | 151.99 | 166.94 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 161 | 221 | 0.51 | 0.27 | 0 | 0.13 | 211.86 | 0.62 | 0.65 |
| Hex | 6C | A1 | DD | 33 | 1B | 0 | D | D4 | 3E | 41 |
| Octal | 154 | 241 | 335 | 63 | 33 | 0 | 15 | 324 | 76 | 101 |
| Binary | 1101100 | 10100001 | 11011101 | 110011 | 11011 | 0 | 1101 | 11010100 | 111110 | 1000001 |
Color Harmonies of #6CA1DD
Complementary color
Monochromatic Colors of #6CA1DD
Black with #6CA1DD
Text Example
Text Example
White with #6CA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CA1DD; }
p { color: rgb(108,161,221); }
H1.HeaderClassName
{
color: #6CA1DD;
}
.AnyTagClassName
{
color: #6CA1DD;
}
</style>
background-color css
<style>
a { background-color: #6CA1DD; }
a { background-color: rgb(108,161,221); }
div.DivClassName
{
background-color: #6CA1DD;
}
.BgClassName
{
background-color: #6CA1DD;
}
</style>
border-color css
<style>
span { border-color: #6CA1DD; }
span { border-color: rgb(108,161,221); }
td.TdClassName
{
border-color: #6CA1DD;
}
.TagClassName
{
border-color: #6CA1DD;
}
</style>