Shades of Jordy Blue #6AA8EE
Tints of Jordy Blue #6AA8EE
RGB
CMYK
RGB Variations
Color information
#6AA8EE (or 0x6AA8EE) is known color: Jordy Blue. HEX triplet: 6A, A8 and EE. RGB value is (106,168,238). Sum of RGB (Red+Green+Blue) = 106+168+238=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AA8EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AA8EE is #955711. Grayscale: #9D9D9D. Windows color (decimal): -9787154 or 15640682. OLE color: 15640682.
HSL color Cylindrical-coordinate representation of color #6AA8EE: hue angle of 211.82º 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 #6AA8EE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 168 | 238 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.07 |
| HSL | 211.82º | 0.8% | 0.67% | - |
| HSV(B) | 211.82º | 0.55% | 0.93% | - |
| XYZ | 35.38 | 37.24 | 86.21 | - |
| YUV | 157.44 | 173.46 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 168 | 238 | 0.55 | 0.29 | 0 | 0.07 | 211.82 | 0.8 | 0.67 |
| Hex | 6A | A8 | EE | 37 | 1D | 0 | 7 | D4 | 50 | 43 |
| Octal | 152 | 250 | 356 | 67 | 35 | 0 | 7 | 324 | 120 | 103 |
| Binary | 1101010 | 10101000 | 11101110 | 110111 | 11101 | 0 | 111 | 11010100 | 1010000 | 1000011 |
Color Harmonies of #6AA8EE
Complementary color
Monochromatic Colors of #6AA8EE
Black with #6AA8EE
Text Example
Text Example
White with #6AA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AA8EE; }
p { color: rgb(106,168,238); }
H1.HeaderClassName
{
color: #6AA8EE;
}
.AnyTagClassName
{
color: #6AA8EE;
}
</style>
background-color css
<style>
a { background-color: #6AA8EE; }
a { background-color: rgb(106,168,238); }
div.DivClassName
{
background-color: #6AA8EE;
}
.BgClassName
{
background-color: #6AA8EE;
}
</style>
border-color css
<style>
span { border-color: #6AA8EE; }
span { border-color: rgb(106,168,238); }
td.TdClassName
{
border-color: #6AA8EE;
}
.TagClassName
{
border-color: #6AA8EE;
}
</style>