Shades of Jordy Blue #6FACDB
Tints of Jordy Blue #6FACDB
RGB
CMYK
RGB Variations
Color information
#6FACDB (or 0x6FACDB) is known color: Jordy Blue. HEX triplet: 6F, AC and DB. RGB value is (111,172,219). Sum of RGB (Red+Green+Blue) = 111+172+219=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACDB is #905324. Grayscale: #9E9E9E. Windows color (decimal): -9458469 or 14396527. OLE color: 14396527.
HSL color Cylindrical-coordinate representation of color #6FACDB: hue angle of 206.11º 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 #6FACDB is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 172 | 219 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.14 |
| HSL | 206.11º | 0.6% | 0.65% | - |
| HSV(B) | 206.11º | 0.49% | 0.86% | - |
| XYZ | 34.09 | 38 | 72.56 | - |
| YUV | 159.12 | 161.79 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 219 | 0.49 | 0.21 | 0 | 0.14 | 206.11 | 0.6 | 0.65 |
| Hex | 6F | AC | DB | 31 | 15 | 0 | E | CE | 3C | 41 |
| Octal | 157 | 254 | 333 | 61 | 25 | 0 | 16 | 316 | 74 | 101 |
| Binary | 1101111 | 10101100 | 11011011 | 110001 | 10101 | 0 | 1110 | 11001110 | 111100 | 1000001 |
Color Harmonies of #6FACDB
Complementary color
Monochromatic Colors of #6FACDB
Black with #6FACDB
Text Example
Text Example
White with #6FACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACDB; }
p { color: rgb(111,172,219); }
H1.HeaderClassName
{
color: #6FACDB;
}
.AnyTagClassName
{
color: #6FACDB;
}
</style>
background-color css
<style>
a { background-color: #6FACDB; }
a { background-color: rgb(111,172,219); }
div.DivClassName
{
background-color: #6FACDB;
}
.BgClassName
{
background-color: #6FACDB;
}
</style>
border-color css
<style>
span { border-color: #6FACDB; }
span { border-color: rgb(111,172,219); }
td.TdClassName
{
border-color: #6FACDB;
}
.TagClassName
{
border-color: #6FACDB;
}
</style>