Shades of Jordy Blue #6FAAE4
Tints of Jordy Blue #6FAAE4
RGB
CMYK
RGB Variations
Color information
#6FAAE4 (or 0x6FAAE4) is known color: Jordy Blue. HEX triplet: 6F, AA and E4. RGB value is (111,170,228). Sum of RGB (Red+Green+Blue) = 111+170+228=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FAAE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAAE4 is #90551B. Grayscale: #9E9E9E. Windows color (decimal): -9458972 or 14985839. OLE color: 14985839.
HSL color Cylindrical-coordinate representation of color #6FAAE4: hue angle of 209.74º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FAAE4 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 170 | 228 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.11 |
| HSL | 209.74º | 0.68% | 0.66% | - |
| HSV(B) | 209.74º | 0.51% | 0.89% | - |
| XYZ | 34.93 | 37.73 | 78.84 | - |
| YUV | 158.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 228 | 0.51 | 0.25 | 0 | 0.11 | 209.74 | 0.68 | 0.66 |
| Hex | 6F | AA | E4 | 33 | 19 | 0 | B | D2 | 44 | 42 |
| Octal | 157 | 252 | 344 | 63 | 31 | 0 | 13 | 322 | 104 | 102 |
| Binary | 1101111 | 10101010 | 11100100 | 110011 | 11001 | 0 | 1011 | 11010010 | 1000100 | 1000010 |
Color Harmonies of #6FAAE4
Complementary color
Monochromatic Colors of #6FAAE4
Black with #6FAAE4
Text Example
Text Example
White with #6FAAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAE4; }
p { color: rgb(111,170,228); }
H1.HeaderClassName
{
color: #6FAAE4;
}
.AnyTagClassName
{
color: #6FAAE4;
}
</style>
background-color css
<style>
a { background-color: #6FAAE4; }
a { background-color: rgb(111,170,228); }
div.DivClassName
{
background-color: #6FAAE4;
}
.BgClassName
{
background-color: #6FAAE4;
}
</style>
border-color css
<style>
span { border-color: #6FAAE4; }
span { border-color: rgb(111,170,228); }
td.TdClassName
{
border-color: #6FAAE4;
}
.TagClassName
{
border-color: #6FAAE4;
}
</style>