Shades of Jordy Blue #6FAEF3
Tints of Jordy Blue #6FAEF3
RGB
CMYK
RGB Variations
Color information
#6FAEF3 (or 0x6FAEF3) is known color: Jordy Blue. HEX triplet: 6F, AE and F3. RGB value is (111,174,243). Sum of RGB (Red+Green+Blue) = 111+174+243=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #6FAEF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAEF3 is #90510C. Grayscale: #A2A2A2. Windows color (decimal): -9457933 or 15969903. OLE color: 15969903.
HSL color Cylindrical-coordinate representation of color #6FAEF3: hue angle of 211.36º degrees, saturation: 0.85, 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 #6FAEF3 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 174 | 243 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.05 |
| HSL | 211.36º | 0.85% | 0.69% | - |
| HSV(B) | 211.36º | 0.54% | 0.95% | - |
| XYZ | 37.87 | 40.12 | 90.54 | - |
| YUV | 163.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 243 | 0.54 | 0.28 | 0 | 0.05 | 211.36 | 0.85 | 0.69 |
| Hex | 6F | AE | F3 | 36 | 1C | 0 | 5 | D3 | 55 | 45 |
| Octal | 157 | 256 | 363 | 66 | 34 | 0 | 5 | 323 | 125 | 105 |
| Binary | 1101111 | 10101110 | 11110011 | 110110 | 11100 | 0 | 101 | 11010011 | 1010101 | 1000101 |
Color Harmonies of #6FAEF3
Complementary color
Monochromatic Colors of #6FAEF3
Black with #6FAEF3
Text Example
Text Example
White with #6FAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEF3; }
p { color: rgb(111,174,243); }
H1.HeaderClassName
{
color: #6FAEF3;
}
.AnyTagClassName
{
color: #6FAEF3;
}
</style>
background-color css
<style>
a { background-color: #6FAEF3; }
a { background-color: rgb(111,174,243); }
div.DivClassName
{
background-color: #6FAEF3;
}
.BgClassName
{
background-color: #6FAEF3;
}
</style>
border-color css
<style>
span { border-color: #6FAEF3; }
span { border-color: rgb(111,174,243); }
td.TdClassName
{
border-color: #6FAEF3;
}
.TagClassName
{
border-color: #6FAEF3;
}
</style>