Shades of Jordy Blue #6AABEE
Tints of Jordy Blue #6AABEE
RGB
CMYK
RGB Variations
Color information
#6AABEE (or 0x6AABEE) is known color: Jordy Blue. HEX triplet: 6A, AB and EE. RGB value is (106,171,238). Sum of RGB (Red+Green+Blue) = 106+171+238=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AABEE is #955411. Grayscale: #9E9E9E. Windows color (decimal): -9786386 or 15641450. OLE color: 15641450.
HSL color Cylindrical-coordinate representation of color #6AABEE: hue angle of 210.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AABEE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 171 | 238 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.07 |
| HSL | 210.45º | 0.8% | 0.67% | - |
| HSV(B) | 210.45º | 0.55% | 0.93% | - |
| XYZ | 35.94 | 38.36 | 86.4 | - |
| YUV | 159.2 | 172.47 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 171 | 238 | 0.55 | 0.28 | 0 | 0.07 | 210.45 | 0.8 | 0.67 |
| Hex | 6A | AB | EE | 37 | 1C | 0 | 7 | D2 | 50 | 43 |
| Octal | 152 | 253 | 356 | 67 | 34 | 0 | 7 | 322 | 120 | 103 |
| Binary | 1101010 | 10101011 | 11101110 | 110111 | 11100 | 0 | 111 | 11010010 | 1010000 | 1000011 |
Color Harmonies of #6AABEE
Complementary color
Monochromatic Colors of #6AABEE
Black with #6AABEE
Text Example
Text Example
White with #6AABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AABEE; }
p { color: rgb(106,171,238); }
H1.HeaderClassName
{
color: #6AABEE;
}
.AnyTagClassName
{
color: #6AABEE;
}
</style>
background-color css
<style>
a { background-color: #6AABEE; }
a { background-color: rgb(106,171,238); }
div.DivClassName
{
background-color: #6AABEE;
}
.BgClassName
{
background-color: #6AABEE;
}
</style>
border-color css
<style>
span { border-color: #6AABEE; }
span { border-color: rgb(106,171,238); }
td.TdClassName
{
border-color: #6AABEE;
}
.TagClassName
{
border-color: #6AABEE;
}
</style>