Shades of Jordy Blue #6F9BDE
Tints of Jordy Blue #6F9BDE
RGB
CMYK
RGB Variations
Color information
#6F9BDE (or 0x6F9BDE) is known color: Jordy Blue. HEX triplet: 6F, 9B and DE. RGB value is (111,155,222). Sum of RGB (Red+Green+Blue) = 111+155+222=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F9BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9BDE is #906421. Grayscale: #959595. Windows color (decimal): -9462818 or 14588783. OLE color: 14588783.
HSL color Cylindrical-coordinate representation of color #6F9BDE: hue angle of 216.22º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F9BDE is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 155 | 222 | - |
| CMYK | 0.5 | 0.30 | 0 | 0.13 |
| HSL | 216.22º | 0.63% | 0.65% | - |
| HSV(B) | 216.22º | 0.5% | 0.87% | - |
| XYZ | 31.46 | 32.1 | 73.64 | - |
| YUV | 149.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 155 | 222 | 0.5 | 0.30 | 0 | 0.13 | 216.22 | 0.63 | 0.65 |
| Hex | 6F | 9B | DE | 32 | 1E | 0 | D | D8 | 3F | 41 |
| Octal | 157 | 233 | 336 | 62 | 36 | 0 | 15 | 330 | 77 | 101 |
| Binary | 1101111 | 10011011 | 11011110 | 110010 | 11110 | 0 | 1101 | 11011000 | 111111 | 1000001 |
Color Harmonies of #6F9BDE
Complementary color
Monochromatic Colors of #6F9BDE
Black with #6F9BDE
Text Example
Text Example
White with #6F9BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9BDE; }
p { color: rgb(111,155,222); }
H1.HeaderClassName
{
color: #6F9BDE;
}
.AnyTagClassName
{
color: #6F9BDE;
}
</style>
background-color css
<style>
a { background-color: #6F9BDE; }
a { background-color: rgb(111,155,222); }
div.DivClassName
{
background-color: #6F9BDE;
}
.BgClassName
{
background-color: #6F9BDE;
}
</style>
border-color css
<style>
span { border-color: #6F9BDE; }
span { border-color: rgb(111,155,222); }
td.TdClassName
{
border-color: #6F9BDE;
}
.TagClassName
{
border-color: #6F9BDE;
}
</style>