Shades of Jordy Blue #6FABE4
Tints of Jordy Blue #6FABE4
RGB
CMYK
RGB Variations
Color information
#6FABE4 (or 0x6FABE4) is known color: Jordy Blue. HEX triplet: 6F, AB and E4. RGB value is (111,171,228). Sum of RGB (Red+Green+Blue) = 111+171+228=510 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.76% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FABE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABE4 is #90541B. Grayscale: #9F9F9F. Windows color (decimal): -9458716 or 14986095. OLE color: 14986095.
HSL color Cylindrical-coordinate representation of color #6FABE4: hue angle of 209.23º 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 #6FABE4 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 171 | 228 | - |
| CMYK | 0.51 | 0.25 | 0 | 0.11 |
| HSL | 209.23º | 0.68% | 0.66% | - |
| HSV(B) | 209.23º | 0.51% | 0.89% | - |
| XYZ | 35.12 | 38.11 | 78.9 | - |
| YUV | 159.56 | 166.62 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 228 | 0.51 | 0.25 | 0 | 0.11 | 209.23 | 0.68 | 0.66 |
| Hex | 6F | AB | E4 | 33 | 19 | 0 | B | D1 | 44 | 42 |
| Octal | 157 | 253 | 344 | 63 | 31 | 0 | 13 | 321 | 104 | 102 |
| Binary | 1101111 | 10101011 | 11100100 | 110011 | 11001 | 0 | 1011 | 11010001 | 1000100 | 1000010 |
Color Harmonies of #6FABE4
Complementary color
Monochromatic Colors of #6FABE4
Black with #6FABE4
Text Example
Text Example
White with #6FABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABE4; }
p { color: rgb(111,171,228); }
H1.HeaderClassName
{
color: #6FABE4;
}
.AnyTagClassName
{
color: #6FABE4;
}
</style>
background-color css
<style>
a { background-color: #6FABE4; }
a { background-color: rgb(111,171,228); }
div.DivClassName
{
background-color: #6FABE4;
}
.BgClassName
{
background-color: #6FABE4;
}
</style>
border-color css
<style>
span { border-color: #6FABE4; }
span { border-color: rgb(111,171,228); }
td.TdClassName
{
border-color: #6FABE4;
}
.TagClassName
{
border-color: #6FABE4;
}
</style>