Shades of Jordy Blue #6FA5DA
Tints of Jordy Blue #6FA5DA
RGB
CMYK
RGB Variations
Color information
#6FA5DA (or 0x6FA5DA) is known color: Jordy Blue. HEX triplet: 6F, A5 and DA. RGB value is (111,165,218). Sum of RGB (Red+Green+Blue) = 111+165+218=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FA5DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA5DA is #905A25. Grayscale: #9A9A9A. Windows color (decimal): -9460262 or 14329199. OLE color: 14329199.
HSL color Cylindrical-coordinate representation of color #6FA5DA: hue angle of 209.72º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FA5DA is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 165 | 218 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.15 |
| HSL | 209.72º | 0.59% | 0.65% | - |
| HSV(B) | 209.72º | 0.49% | 0.85% | - |
| XYZ | 32.67 | 35.35 | 71.43 | - |
| YUV | 154.9 | 163.61 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 218 | 0.49 | 0.24 | 0 | 0.15 | 209.72 | 0.59 | 0.65 |
| Hex | 6F | A5 | DA | 31 | 18 | 0 | F | D2 | 3B | 41 |
| Octal | 157 | 245 | 332 | 61 | 30 | 0 | 17 | 322 | 73 | 101 |
| Binary | 1101111 | 10100101 | 11011010 | 110001 | 11000 | 0 | 1111 | 11010010 | 111011 | 1000001 |
Color Harmonies of #6FA5DA
Complementary color
Monochromatic Colors of #6FA5DA
Black with #6FA5DA
Text Example
Text Example
White with #6FA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA5DA; }
p { color: rgb(111,165,218); }
H1.HeaderClassName
{
color: #6FA5DA;
}
.AnyTagClassName
{
color: #6FA5DA;
}
</style>
background-color css
<style>
a { background-color: #6FA5DA; }
a { background-color: rgb(111,165,218); }
div.DivClassName
{
background-color: #6FA5DA;
}
.BgClassName
{
background-color: #6FA5DA;
}
</style>
border-color css
<style>
span { border-color: #6FA5DA; }
span { border-color: rgb(111,165,218); }
td.TdClassName
{
border-color: #6FA5DA;
}
.TagClassName
{
border-color: #6FA5DA;
}
</style>