Shades of Jordy Blue #6FA3DD
Tints of Jordy Blue #6FA3DD
RGB
CMYK
RGB Variations
Color information
#6FA3DD (or 0x6FA3DD) is known color: Jordy Blue. HEX triplet: 6F, A3 and DD. RGB value is (111,163,221). Sum of RGB (Red+Green+Blue) = 111+163+221=495 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.42% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FA3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA3DD is #905C22. Grayscale: #999999. Windows color (decimal): -9460771 or 14525295. OLE color: 14525295.
HSL color Cylindrical-coordinate representation of color #6FA3DD: hue angle of 211.64º 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 #6FA3DD is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 163 | 221 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.13 |
| HSL | 211.64º | 0.62% | 0.65% | - |
| HSV(B) | 211.64º | 0.5% | 0.87% | - |
| XYZ | 32.7 | 34.79 | 73.4 | - |
| YUV | 154.06 | 165.77 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 221 | 0.50 | 0.26 | 0 | 0.13 | 211.64 | 0.62 | 0.65 |
| Hex | 6F | A3 | DD | 32 | 1A | 0 | D | D4 | 3E | 41 |
| Octal | 157 | 243 | 335 | 62 | 32 | 0 | 15 | 324 | 76 | 101 |
| Binary | 1101111 | 10100011 | 11011101 | 110010 | 11010 | 0 | 1101 | 11010100 | 111110 | 1000001 |
Color Harmonies of #6FA3DD
Complementary color
Monochromatic Colors of #6FA3DD
Black with #6FA3DD
Text Example
Text Example
White with #6FA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA3DD; }
p { color: rgb(111,163,221); }
H1.HeaderClassName
{
color: #6FA3DD;
}
.AnyTagClassName
{
color: #6FA3DD;
}
</style>
background-color css
<style>
a { background-color: #6FA3DD; }
a { background-color: rgb(111,163,221); }
div.DivClassName
{
background-color: #6FA3DD;
}
.BgClassName
{
background-color: #6FA3DD;
}
</style>
border-color css
<style>
span { border-color: #6FA3DD; }
span { border-color: rgb(111,163,221); }
td.TdClassName
{
border-color: #6FA3DD;
}
.TagClassName
{
border-color: #6FA3DD;
}
</style>