Shades of Jordy Blue #6F9CDE
Tints of Jordy Blue #6F9CDE
RGB
CMYK
RGB Variations
Color information
#6F9CDE (or 0x6F9CDE) is known color: Jordy Blue. HEX triplet: 6F, 9C and DE. RGB value is (111,156,222). Sum of RGB (Red+Green+Blue) = 111+156+222=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F9CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9CDE is #906321. Grayscale: #959595. Windows color (decimal): -9462562 or 14589039. OLE color: 14589039.
HSL color Cylindrical-coordinate representation of color #6F9CDE: hue angle of 215.68º 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 #6F9CDE is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 156 | 222 | - |
| CMYK | 0.5 | 0.30 | 0 | 0.13 |
| HSL | 215.68º | 0.63% | 0.65% | - |
| HSV(B) | 215.68º | 0.5% | 0.87% | - |
| XYZ | 31.63 | 32.43 | 73.7 | - |
| YUV | 150.07 | 168.59 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 156 | 222 | 0.5 | 0.30 | 0 | 0.13 | 215.68 | 0.63 | 0.65 |
| Hex | 6F | 9C | DE | 32 | 1E | 0 | D | D8 | 3F | 41 |
| Octal | 157 | 234 | 336 | 62 | 36 | 0 | 15 | 330 | 77 | 101 |
| Binary | 1101111 | 10011100 | 11011110 | 110010 | 11110 | 0 | 1101 | 11011000 | 111111 | 1000001 |
Color Harmonies of #6F9CDE
Complementary color
Monochromatic Colors of #6F9CDE
Black with #6F9CDE
Text Example
Text Example
White with #6F9CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9CDE; }
p { color: rgb(111,156,222); }
H1.HeaderClassName
{
color: #6F9CDE;
}
.AnyTagClassName
{
color: #6F9CDE;
}
</style>
background-color css
<style>
a { background-color: #6F9CDE; }
a { background-color: rgb(111,156,222); }
div.DivClassName
{
background-color: #6F9CDE;
}
.BgClassName
{
background-color: #6F9CDE;
}
</style>
border-color css
<style>
span { border-color: #6F9CDE; }
span { border-color: rgb(111,156,222); }
td.TdClassName
{
border-color: #6F9CDE;
}
.TagClassName
{
border-color: #6F9CDE;
}
</style>