Shades of Jordy Blue #6FAEE4
Tints of Jordy Blue #6FAEE4
RGB
CMYK
RGB Variations
Color information
#6FAEE4 (or 0x6FAEE4) is known color: Jordy Blue. HEX triplet: 6F, AE and E4. RGB value is (111,174,228). Sum of RGB (Red+Green+Blue) = 111+174+228=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 228 (89.45% from 255 or 44.44% from 513); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FAEE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAEE4 is #90511B. Grayscale: #A1A1A1. Windows color (decimal): -9457948 or 14986863. OLE color: 14986863.
HSL color Cylindrical-coordinate representation of color #6FAEE4: hue angle of 207.69º 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 #6FAEE4 is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 174 | 228 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.11 |
| HSL | 207.69º | 0.68% | 0.66% | - |
| HSV(B) | 207.69º | 0.51% | 0.89% | - |
| XYZ | 35.7 | 39.25 | 79.09 | - |
| YUV | 161.32 | 165.63 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 228 | 0.51 | 0.24 | 0 | 0.11 | 207.69 | 0.68 | 0.66 |
| Hex | 6F | AE | E4 | 33 | 18 | 0 | B | D0 | 44 | 42 |
| Octal | 157 | 256 | 344 | 63 | 30 | 0 | 13 | 320 | 104 | 102 |
| Binary | 1101111 | 10101110 | 11100100 | 110011 | 11000 | 0 | 1011 | 11010000 | 1000100 | 1000010 |
Color Harmonies of #6FAEE4
Complementary color
Monochromatic Colors of #6FAEE4
Black with #6FAEE4
Text Example
Text Example
White with #6FAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEE4; }
p { color: rgb(111,174,228); }
H1.HeaderClassName
{
color: #6FAEE4;
}
.AnyTagClassName
{
color: #6FAEE4;
}
</style>
background-color css
<style>
a { background-color: #6FAEE4; }
a { background-color: rgb(111,174,228); }
div.DivClassName
{
background-color: #6FAEE4;
}
.BgClassName
{
background-color: #6FAEE4;
}
</style>
border-color css
<style>
span { border-color: #6FAEE4; }
span { border-color: rgb(111,174,228); }
td.TdClassName
{
border-color: #6FAEE4;
}
.TagClassName
{
border-color: #6FAEE4;
}
</style>