Shades of Jordy Blue #6FA2DA
Tints of Jordy Blue #6FA2DA
RGB
CMYK
RGB Variations
Color information
#6FA2DA (or 0x6FA2DA) is known color: Jordy Blue. HEX triplet: 6F, A2 and DA. RGB value is (111,162,218). Sum of RGB (Red+Green+Blue) = 111+162+218=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FA2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA2DA is #905D25. Grayscale: #989898. Windows color (decimal): -9461030 or 14328431. OLE color: 14328431.
HSL color Cylindrical-coordinate representation of color #6FA2DA: hue angle of 211.4º 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 #6FA2DA is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 162 | 218 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.15 |
| HSL | 211.4º | 0.59% | 0.65% | - |
| HSV(B) | 211.4º | 0.49% | 0.85% | - |
| XYZ | 32.13 | 34.28 | 71.25 | - |
| YUV | 153.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 162 | 218 | 0.49 | 0.26 | 0 | 0.15 | 211.4 | 0.59 | 0.65 |
| Hex | 6F | A2 | DA | 31 | 1A | 0 | F | D3 | 3B | 41 |
| Octal | 157 | 242 | 332 | 61 | 32 | 0 | 17 | 323 | 73 | 101 |
| Binary | 1101111 | 10100010 | 11011010 | 110001 | 11010 | 0 | 1111 | 11010011 | 111011 | 1000001 |
Color Harmonies of #6FA2DA
Complementary color
Monochromatic Colors of #6FA2DA
Black with #6FA2DA
Text Example
Text Example
White with #6FA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA2DA; }
p { color: rgb(111,162,218); }
H1.HeaderClassName
{
color: #6FA2DA;
}
.AnyTagClassName
{
color: #6FA2DA;
}
</style>
background-color css
<style>
a { background-color: #6FA2DA; }
a { background-color: rgb(111,162,218); }
div.DivClassName
{
background-color: #6FA2DA;
}
.BgClassName
{
background-color: #6FA2DA;
}
</style>
border-color css
<style>
span { border-color: #6FA2DA; }
span { border-color: rgb(111,162,218); }
td.TdClassName
{
border-color: #6FA2DA;
}
.TagClassName
{
border-color: #6FA2DA;
}
</style>