Shades of Jordy Blue #6AACEE
Tints of Jordy Blue #6AACEE
RGB
CMYK
RGB Variations
Color information
#6AACEE (or 0x6AACEE) is known color: Jordy Blue. HEX triplet: 6A, AC and EE. RGB value is (106,172,238). Sum of RGB (Red+Green+Blue) = 106+172+238=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AACEE is #955311. Grayscale: #9F9F9F. Windows color (decimal): -9786130 or 15641706. OLE color: 15641706.
HSL color Cylindrical-coordinate representation of color #6AACEE: hue angle of 210º 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 #6AACEE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 172 | 238 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.07 |
| HSL | 210º | 0.8% | 0.67% | - |
| HSV(B) | 210º | 0.55% | 0.93% | - |
| XYZ | 36.13 | 38.74 | 86.46 | - |
| YUV | 159.79 | 172.13 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 172 | 238 | 0.55 | 0.28 | 0 | 0.07 | 210 | 0.8 | 0.67 |
| Hex | 6A | AC | EE | 37 | 1C | 0 | 7 | D2 | 50 | 43 |
| Octal | 152 | 254 | 356 | 67 | 34 | 0 | 7 | 322 | 120 | 103 |
| Binary | 1101010 | 10101100 | 11101110 | 110111 | 11100 | 0 | 111 | 11010010 | 1010000 | 1000011 |
Color Harmonies of #6AACEE
Complementary color
Monochromatic Colors of #6AACEE
Black with #6AACEE
Text Example
Text Example
White with #6AACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AACEE; }
p { color: rgb(106,172,238); }
H1.HeaderClassName
{
color: #6AACEE;
}
.AnyTagClassName
{
color: #6AACEE;
}
</style>
background-color css
<style>
a { background-color: #6AACEE; }
a { background-color: rgb(106,172,238); }
div.DivClassName
{
background-color: #6AACEE;
}
.BgClassName
{
background-color: #6AACEE;
}
</style>
border-color css
<style>
span { border-color: #6AACEE; }
span { border-color: rgb(106,172,238); }
td.TdClassName
{
border-color: #6AACEE;
}
.TagClassName
{
border-color: #6AACEE;
}
</style>