Shades of Jordy Blue #6AA0E0
Tints of Jordy Blue #6AA0E0
RGB
CMYK
RGB Variations
Color information
#6AA0E0 (or 0x6AA0E0) is known color: Jordy Blue. HEX triplet: 6A, A0 and E0. RGB value is (106,160,224). Sum of RGB (Red+Green+Blue) = 106+160+224=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 160 (62.89% from 255 or 32.65% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AA0E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA0E0 is #955F1F. Grayscale: #969696. Windows color (decimal): -9789216 or 14721130. OLE color: 14721130.
HSL color Cylindrical-coordinate representation of color #6AA0E0: hue angle of 212.54º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AA0E0 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 160 | 224 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.12 |
| HSL | 212.54º | 0.66% | 0.65% | - |
| HSV(B) | 212.54º | 0.53% | 0.88% | - |
| XYZ | 31.97 | 33.59 | 75.32 | - |
| YUV | 151.15 | 169.11 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 160 | 224 | 0.53 | 0.29 | 0 | 0.12 | 212.54 | 0.66 | 0.65 |
| Hex | 6A | A0 | E0 | 35 | 1D | 0 | C | D5 | 42 | 41 |
| Octal | 152 | 240 | 340 | 65 | 35 | 0 | 14 | 325 | 102 | 101 |
| Binary | 1101010 | 10100000 | 11100000 | 110101 | 11101 | 0 | 1100 | 11010101 | 1000010 | 1000001 |
Color Harmonies of #6AA0E0
Complementary color
Monochromatic Colors of #6AA0E0
Black with #6AA0E0
Text Example
Text Example
White with #6AA0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA0E0; }
p { color: rgb(106,160,224); }
H1.HeaderClassName
{
color: #6AA0E0;
}
.AnyTagClassName
{
color: #6AA0E0;
}
</style>
background-color css
<style>
a { background-color: #6AA0E0; }
a { background-color: rgb(106,160,224); }
div.DivClassName
{
background-color: #6AA0E0;
}
.BgClassName
{
background-color: #6AA0E0;
}
</style>
border-color css
<style>
span { border-color: #6AA0E0; }
span { border-color: rgb(106,160,224); }
td.TdClassName
{
border-color: #6AA0E0;
}
.TagClassName
{
border-color: #6AA0E0;
}
</style>