Shades of Jordy Blue #6FAAE8
Tints of Jordy Blue #6FAAE8
RGB
CMYK
RGB Variations
Color information
#6FAAE8 (or 0x6FAAE8) is known color: Jordy Blue. HEX triplet: 6F, AA and E8. RGB value is (111,170,232). Sum of RGB (Red+Green+Blue) = 111+170+232=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 232 (91.02% from 255 or 45.22% from 513); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FAAE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAE8 is #905517. Grayscale: #9F9F9F. Windows color (decimal): -9458968 or 15247983. OLE color: 15247983.
HSL color Cylindrical-coordinate representation of color #6FAAE8: hue angle of 210.74º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FAAE8 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 170 | 232 | - |
| CMYK | 0.52 | 0.27 | 0 | 0.09 |
| HSL | 210.74º | 0.72% | 0.67% | - |
| HSV(B) | 210.74º | 0.52% | 0.91% | - |
| XYZ | 35.5 | 37.96 | 81.8 | - |
| YUV | 159.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 232 | 0.52 | 0.27 | 0 | 0.09 | 210.74 | 0.72 | 0.67 |
| Hex | 6F | AA | E8 | 34 | 1B | 0 | 9 | D3 | 48 | 43 |
| Octal | 157 | 252 | 350 | 64 | 33 | 0 | 11 | 323 | 110 | 103 |
| Binary | 1101111 | 10101010 | 11101000 | 110100 | 11011 | 0 | 1001 | 11010011 | 1001000 | 1000011 |
Color Harmonies of #6FAAE8
Complementary color
Monochromatic Colors of #6FAAE8
Black with #6FAAE8
Text Example
Text Example
White with #6FAAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAE8; }
p { color: rgb(111,170,232); }
H1.HeaderClassName
{
color: #6FAAE8;
}
.AnyTagClassName
{
color: #6FAAE8;
}
</style>
background-color css
<style>
a { background-color: #6FAAE8; }
a { background-color: rgb(111,170,232); }
div.DivClassName
{
background-color: #6FAAE8;
}
.BgClassName
{
background-color: #6FAAE8;
}
</style>
border-color css
<style>
span { border-color: #6FAAE8; }
span { border-color: rgb(111,170,232); }
td.TdClassName
{
border-color: #6FAAE8;
}
.TagClassName
{
border-color: #6FAAE8;
}
</style>