Shades of Jordy Blue #6FABDB
Tints of Jordy Blue #6FABDB
RGB
CMYK
RGB Variations
Color information
#6FABDB (or 0x6FABDB) is known color: Jordy Blue. HEX triplet: 6F, AB and DB. RGB value is (111,171,219). Sum of RGB (Red+Green+Blue) = 111+171+219=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FABDB is #905424. Grayscale: #9E9E9E. Windows color (decimal): -9458725 or 14396271. OLE color: 14396271.
HSL color Cylindrical-coordinate representation of color #6FABDB: hue angle of 206.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FABDB is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 171 | 219 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.14 |
| HSL | 206.67º | 0.6% | 0.65% | - |
| HSV(B) | 206.67º | 0.49% | 0.86% | - |
| XYZ | 33.9 | 37.62 | 72.49 | - |
| YUV | 158.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 171 | 219 | 0.49 | 0.22 | 0 | 0.14 | 206.67 | 0.6 | 0.65 |
| Hex | 6F | AB | DB | 31 | 16 | 0 | E | CF | 3C | 41 |
| Octal | 157 | 253 | 333 | 61 | 26 | 0 | 16 | 317 | 74 | 101 |
| Binary | 1101111 | 10101011 | 11011011 | 110001 | 10110 | 0 | 1110 | 11001111 | 111100 | 1000001 |
Color Harmonies of #6FABDB
Complementary color
Monochromatic Colors of #6FABDB
Black with #6FABDB
Text Example
Text Example
White with #6FABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FABDB; }
p { color: rgb(111,171,219); }
H1.HeaderClassName
{
color: #6FABDB;
}
.AnyTagClassName
{
color: #6FABDB;
}
</style>
background-color css
<style>
a { background-color: #6FABDB; }
a { background-color: rgb(111,171,219); }
div.DivClassName
{
background-color: #6FABDB;
}
.BgClassName
{
background-color: #6FABDB;
}
</style>
border-color css
<style>
span { border-color: #6FABDB; }
span { border-color: rgb(111,171,219); }
td.TdClassName
{
border-color: #6FABDB;
}
.TagClassName
{
border-color: #6FABDB;
}
</style>