Shades of Jordy Blue #6FAEF1
Tints of Jordy Blue #6FAEF1
RGB
CMYK
RGB Variations
Color information
#6FAEF1 (or 0x6FAEF1) is known color: Jordy Blue. HEX triplet: 6F, AE and F1. RGB value is (111,174,241). Sum of RGB (Red+Green+Blue) = 111+174+241=526 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.10% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #6FAEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAEF1 is #90510E. Grayscale: #A2A2A2. Windows color (decimal): -9457935 or 15838831. OLE color: 15838831.
HSL color Cylindrical-coordinate representation of color #6FAEF1: hue angle of 210.92º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FAEF1 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 174 | 241 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.05 |
| HSL | 210.92º | 0.82% | 0.69% | - |
| HSV(B) | 210.92º | 0.54% | 0.95% | - |
| XYZ | 37.57 | 40 | 88.96 | - |
| YUV | 162.8 | 172.13 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 241 | 0.54 | 0.28 | 0 | 0.05 | 210.92 | 0.82 | 0.69 |
| Hex | 6F | AE | F1 | 36 | 1C | 0 | 5 | D3 | 52 | 45 |
| Octal | 157 | 256 | 361 | 66 | 34 | 0 | 5 | 323 | 122 | 105 |
| Binary | 1101111 | 10101110 | 11110001 | 110110 | 11100 | 0 | 101 | 11010011 | 1010010 | 1000101 |
Color Harmonies of #6FAEF1
Complementary color
Monochromatic Colors of #6FAEF1
Black with #6FAEF1
Text Example
Text Example
White with #6FAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEF1; }
p { color: rgb(111,174,241); }
H1.HeaderClassName
{
color: #6FAEF1;
}
.AnyTagClassName
{
color: #6FAEF1;
}
</style>
background-color css
<style>
a { background-color: #6FAEF1; }
a { background-color: rgb(111,174,241); }
div.DivClassName
{
background-color: #6FAEF1;
}
.BgClassName
{
background-color: #6FAEF1;
}
</style>
border-color css
<style>
span { border-color: #6FAEF1; }
span { border-color: rgb(111,174,241); }
td.TdClassName
{
border-color: #6FAEF1;
}
.TagClassName
{
border-color: #6FAEF1;
}
</style>