Shades of Jordy Blue #6F99DA
Tints of Jordy Blue #6F99DA
RGB
CMYK
RGB Variations
Color information
#6F99DA (or 0x6F99DA) is known color: Jordy Blue. HEX triplet: 6F, 99 and DA. RGB value is (111,153,218). Sum of RGB (Red+Green+Blue) = 111+153+218=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #6F99DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99DA is #906625. Grayscale: #939393. Windows color (decimal): -9463334 or 14326127. OLE color: 14326127.
HSL color Cylindrical-coordinate representation of color #6F99DA: hue angle of 216.45º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F99DA is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 153 | 218 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.15 |
| HSL | 216.45º | 0.59% | 0.65% | - |
| HSV(B) | 216.45º | 0.49% | 0.85% | - |
| XYZ | 30.6 | 31.22 | 70.74 | - |
| YUV | 147.85 | 167.59 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 218 | 0.49 | 0.30 | 0 | 0.15 | 216.45 | 0.59 | 0.65 |
| Hex | 6F | 99 | DA | 31 | 1E | 0 | F | D8 | 3B | 41 |
| Octal | 157 | 231 | 332 | 61 | 36 | 0 | 17 | 330 | 73 | 101 |
| Binary | 1101111 | 10011001 | 11011010 | 110001 | 11110 | 0 | 1111 | 11011000 | 111011 | 1000001 |
Color Harmonies of #6F99DA
Complementary color
Monochromatic Colors of #6F99DA
Black with #6F99DA
Text Example
Text Example
White with #6F99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99DA; }
p { color: rgb(111,153,218); }
H1.HeaderClassName
{
color: #6F99DA;
}
.AnyTagClassName
{
color: #6F99DA;
}
</style>
background-color css
<style>
a { background-color: #6F99DA; }
a { background-color: rgb(111,153,218); }
div.DivClassName
{
background-color: #6F99DA;
}
.BgClassName
{
background-color: #6F99DA;
}
</style>
border-color css
<style>
span { border-color: #6F99DA; }
span { border-color: rgb(111,153,218); }
td.TdClassName
{
border-color: #6F99DA;
}
.TagClassName
{
border-color: #6F99DA;
}
</style>