Shades of Jordy Blue #6FAAEB
Tints of Jordy Blue #6FAAEB
RGB
CMYK
RGB Variations
Color information
#6FAAEB (or 0x6FAAEB) is known color: Jordy Blue. HEX triplet: 6F, AA and EB. RGB value is (111,170,235). Sum of RGB (Red+Green+Blue) = 111+170+235=516 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.51% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAAEB is #905514. Grayscale: #9F9F9F. Windows color (decimal): -9458965 or 15444591. OLE color: 15444591.
HSL color Cylindrical-coordinate representation of color #6FAAEB: hue angle of 211.45º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FAAEB is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 111 | 170 | 235 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.08 |
| HSL | 211.45º | 0.76% | 0.68% | - |
| HSV(B) | 211.45º | 0.53% | 0.92% | - |
| XYZ | 35.93 | 38.13 | 84.06 | - |
| YUV | 159.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 235 | 0.53 | 0.28 | 0 | 0.08 | 211.45 | 0.76 | 0.68 |
| Hex | 6F | AA | EB | 35 | 1C | 0 | 8 | D3 | 4C | 44 |
| Octal | 157 | 252 | 353 | 65 | 34 | 0 | 10 | 323 | 114 | 104 |
| Binary | 1101111 | 10101010 | 11101011 | 110101 | 11100 | 0 | 1000 | 11010011 | 1001100 | 1000100 |
Color Harmonies of #6FAAEB
Complementary color
Monochromatic Colors of #6FAAEB
Black with #6FAAEB
Text Example
Text Example
White with #6FAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAAEB; }
p { color: rgb(111,170,235); }
H1.HeaderClassName
{
color: #6FAAEB;
}
.AnyTagClassName
{
color: #6FAAEB;
}
</style>
background-color css
<style>
a { background-color: #6FAAEB; }
a { background-color: rgb(111,170,235); }
div.DivClassName
{
background-color: #6FAAEB;
}
.BgClassName
{
background-color: #6FAAEB;
}
</style>
border-color css
<style>
span { border-color: #6FAAEB; }
span { border-color: rgb(111,170,235); }
td.TdClassName
{
border-color: #6FAAEB;
}
.TagClassName
{
border-color: #6FAAEB;
}
</style>