Shades of Jordy Blue #6FA0DD
Tints of Jordy Blue #6FA0DD
RGB
CMYK
RGB Variations
Color information
#6FA0DD (or 0x6FA0DD) is known color: Jordy Blue. HEX triplet: 6F, A0 and DD. RGB value is (111,160,221). Sum of RGB (Red+Green+Blue) = 111+160+221=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FA0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA0DD is #905F22. Grayscale: #989898. Windows color (decimal): -9461539 or 14524527. OLE color: 14524527.
HSL color Cylindrical-coordinate representation of color #6FA0DD: hue angle of 213.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FA0DD is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 160 | 221 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.13 |
| HSL | 213.27º | 0.62% | 0.65% | - |
| HSV(B) | 213.27º | 0.5% | 0.87% | - |
| XYZ | 32.18 | 33.74 | 73.22 | - |
| YUV | 152.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 221 | 0.50 | 0.28 | 0 | 0.13 | 213.27 | 0.62 | 0.65 |
| Hex | 6F | A0 | DD | 32 | 1C | 0 | D | D5 | 3E | 41 |
| Octal | 157 | 240 | 335 | 62 | 34 | 0 | 15 | 325 | 76 | 101 |
| Binary | 1101111 | 10100000 | 11011101 | 110010 | 11100 | 0 | 1101 | 11010101 | 111110 | 1000001 |
Color Harmonies of #6FA0DD
Complementary color
Monochromatic Colors of #6FA0DD
Black with #6FA0DD
Text Example
Text Example
White with #6FA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA0DD; }
p { color: rgb(111,160,221); }
H1.HeaderClassName
{
color: #6FA0DD;
}
.AnyTagClassName
{
color: #6FA0DD;
}
</style>
background-color css
<style>
a { background-color: #6FA0DD; }
a { background-color: rgb(111,160,221); }
div.DivClassName
{
background-color: #6FA0DD;
}
.BgClassName
{
background-color: #6FA0DD;
}
</style>
border-color css
<style>
span { border-color: #6FA0DD; }
span { border-color: rgb(111,160,221); }
td.TdClassName
{
border-color: #6FA0DD;
}
.TagClassName
{
border-color: #6FA0DD;
}
</style>