Shades of Jordy Blue #6FAEE0
Tints of Jordy Blue #6FAEE0
RGB
CMYK
RGB Variations
Color information
#6FAEE0 (or 0x6FAEE0) is known color: Jordy Blue. HEX triplet: 6F, AE and E0. RGB value is (111,174,224). Sum of RGB (Red+Green+Blue) = 111+174+224=509 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.81% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEE0 is #90511F. Grayscale: #A0A0A0. Windows color (decimal): -9457952 or 14724719. OLE color: 14724719.
HSL color Cylindrical-coordinate representation of color #6FAEE0: hue angle of 206.55º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FAEE0 is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 174 | 224 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.12 |
| HSL | 206.55º | 0.65% | 0.66% | - |
| HSV(B) | 206.55º | 0.5% | 0.88% | - |
| XYZ | 35.15 | 39.03 | 76.2 | - |
| YUV | 160.86 | 163.63 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 224 | 0.50 | 0.22 | 0 | 0.12 | 206.55 | 0.65 | 0.66 |
| Hex | 6F | AE | E0 | 32 | 16 | 0 | C | CF | 41 | 42 |
| Octal | 157 | 256 | 340 | 62 | 26 | 0 | 14 | 317 | 101 | 102 |
| Binary | 1101111 | 10101110 | 11100000 | 110010 | 10110 | 0 | 1100 | 11001111 | 1000001 | 1000010 |
Color Harmonies of #6FAEE0
Complementary color
Monochromatic Colors of #6FAEE0
Black with #6FAEE0
Text Example
Text Example
White with #6FAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEE0; }
p { color: rgb(111,174,224); }
H1.HeaderClassName
{
color: #6FAEE0;
}
.AnyTagClassName
{
color: #6FAEE0;
}
</style>
background-color css
<style>
a { background-color: #6FAEE0; }
a { background-color: rgb(111,174,224); }
div.DivClassName
{
background-color: #6FAEE0;
}
.BgClassName
{
background-color: #6FAEE0;
}
</style>
border-color css
<style>
span { border-color: #6FAEE0; }
span { border-color: rgb(111,174,224); }
td.TdClassName
{
border-color: #6FAEE0;
}
.TagClassName
{
border-color: #6FAEE0;
}
</style>