Shades of Jordy Blue #6F9AD5
Tints of Jordy Blue #6F9AD5
RGB
CMYK
RGB Variations
Color information
#6F9AD5 (or 0x6F9AD5) is known color: Jordy Blue. HEX triplet: 6F, 9A and D5. RGB value is (111,154,213). Sum of RGB (Red+Green+Blue) = 111+154+213=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 213 (83.59% from 255 or 44.56% from 478); Max value from RGB is 213 - color contains mainly: blue. Hex color #6F9AD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9AD5 is #90652A. Grayscale: #939393. Windows color (decimal): -9463083 or 13998703. OLE color: 13998703.
HSL color Cylindrical-coordinate representation of color #6F9AD5: hue angle of 214.71º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F9AD5 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 154 | 213 | - |
| CMYK | 0.48 | 0.28 | 0 | 0.16 |
| HSL | 214.71º | 0.55% | 0.64% | - |
| HSV(B) | 214.71º | 0.48% | 0.84% | - |
| XYZ | 30.12 | 31.29 | 67.4 | - |
| YUV | 147.87 | 164.75 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 154 | 213 | 0.48 | 0.28 | 0 | 0.16 | 214.71 | 0.55 | 0.64 |
| Hex | 6F | 9A | D5 | 30 | 1C | 0 | 10 | D7 | 37 | 40 |
| Octal | 157 | 232 | 325 | 60 | 34 | 0 | 20 | 327 | 67 | 100 |
| Binary | 1101111 | 10011010 | 11010101 | 110000 | 11100 | 0 | 10000 | 11010111 | 110111 | 1000000 |
Color Harmonies of #6F9AD5
Complementary color
Monochromatic Colors of #6F9AD5
Black with #6F9AD5
Text Example
Text Example
White with #6F9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9AD5; }
p { color: rgb(111,154,213); }
H1.HeaderClassName
{
color: #6F9AD5;
}
.AnyTagClassName
{
color: #6F9AD5;
}
</style>
background-color css
<style>
a { background-color: #6F9AD5; }
a { background-color: rgb(111,154,213); }
div.DivClassName
{
background-color: #6F9AD5;
}
.BgClassName
{
background-color: #6F9AD5;
}
</style>
border-color css
<style>
span { border-color: #6F9AD5; }
span { border-color: rgb(111,154,213); }
td.TdClassName
{
border-color: #6F9AD5;
}
.TagClassName
{
border-color: #6F9AD5;
}
</style>