Shades of Jordy Blue #6FA6DD
Tints of Jordy Blue #6FA6DD
RGB
CMYK
RGB Variations
Color information
#6FA6DD (or 0x6FA6DD) is known color: Jordy Blue. HEX triplet: 6F, A6 and DD. RGB value is (111,166,221). Sum of RGB (Red+Green+Blue) = 111+166+221=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 166 (65.23% from 255 or 33.33% 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 #6FA6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA6DD is #905922. Grayscale: #9B9B9B. Windows color (decimal): -9460003 or 14526063. OLE color: 14526063.
HSL color Cylindrical-coordinate representation of color #6FA6DD: hue angle of 210º 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 #6FA6DD is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 166 | 221 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.13 |
| HSL | 210º | 0.62% | 0.65% | - |
| HSV(B) | 210º | 0.5% | 0.87% | - |
| XYZ | 33.24 | 35.87 | 73.58 | - |
| YUV | 155.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 221 | 0.50 | 0.25 | 0 | 0.13 | 210 | 0.62 | 0.65 |
| Hex | 6F | A6 | DD | 32 | 19 | 0 | D | D2 | 3E | 41 |
| Octal | 157 | 246 | 335 | 62 | 31 | 0 | 15 | 322 | 76 | 101 |
| Binary | 1101111 | 10100110 | 11011101 | 110010 | 11001 | 0 | 1101 | 11010010 | 111110 | 1000001 |
Color Harmonies of #6FA6DD
Complementary color
Monochromatic Colors of #6FA6DD
Black with #6FA6DD
Text Example
Text Example
White with #6FA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA6DD; }
p { color: rgb(111,166,221); }
H1.HeaderClassName
{
color: #6FA6DD;
}
.AnyTagClassName
{
color: #6FA6DD;
}
</style>
background-color css
<style>
a { background-color: #6FA6DD; }
a { background-color: rgb(111,166,221); }
div.DivClassName
{
background-color: #6FA6DD;
}
.BgClassName
{
background-color: #6FA6DD;
}
</style>
border-color css
<style>
span { border-color: #6FA6DD; }
span { border-color: rgb(111,166,221); }
td.TdClassName
{
border-color: #6FA6DD;
}
.TagClassName
{
border-color: #6FA6DD;
}
</style>