Shades of Jordy Blue #6FABEF
Tints of Jordy Blue #6FABEF
RGB
CMYK
RGB Variations
Color information
#6FABEF (or 0x6FABEF) is known color: Jordy Blue. HEX triplet: 6F, AB and EF. RGB value is (111,171,239). Sum of RGB (Red+Green+Blue) = 111+171+239=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FABEF is #905410. Grayscale: #A0A0A0. Windows color (decimal): -9458705 or 15706991. OLE color: 15706991.
HSL color Cylindrical-coordinate representation of color #6FABEF: hue angle of 211.88º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FABEF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 171 | 239 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.06 |
| HSL | 211.88º | 0.8% | 0.69% | - |
| HSV(B) | 211.88º | 0.54% | 0.94% | - |
| XYZ | 36.7 | 38.74 | 87.2 | - |
| YUV | 160.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 239 | 0.54 | 0.28 | 0 | 0.06 | 211.88 | 0.8 | 0.69 |
| Hex | 6F | AB | EF | 36 | 1C | 0 | 6 | D4 | 50 | 45 |
| Octal | 157 | 253 | 357 | 66 | 34 | 0 | 6 | 324 | 120 | 105 |
| Binary | 1101111 | 10101011 | 11101111 | 110110 | 11100 | 0 | 110 | 11010100 | 1010000 | 1000101 |
Color Harmonies of #6FABEF
Complementary color
Monochromatic Colors of #6FABEF
Black with #6FABEF
Text Example
Text Example
White with #6FABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABEF; }
p { color: rgb(111,171,239); }
H1.HeaderClassName
{
color: #6FABEF;
}
.AnyTagClassName
{
color: #6FABEF;
}
</style>
background-color css
<style>
a { background-color: #6FABEF; }
a { background-color: rgb(111,171,239); }
div.DivClassName
{
background-color: #6FABEF;
}
.BgClassName
{
background-color: #6FABEF;
}
</style>
border-color css
<style>
span { border-color: #6FABEF; }
span { border-color: rgb(111,171,239); }
td.TdClassName
{
border-color: #6FABEF;
}
.TagClassName
{
border-color: #6FABEF;
}
</style>