Shades of Jordy Blue #6F9DDC
Tints of Jordy Blue #6F9DDC
RGB
CMYK
RGB Variations
Color information
#6F9DDC (or 0x6F9DDC) is known color: Jordy Blue. HEX triplet: 6F, 9D and DC. RGB value is (111,157,220). Sum of RGB (Red+Green+Blue) = 111+157+220=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F9DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9DDC is #906223. Grayscale: #969696. Windows color (decimal): -9462308 or 14458223. OLE color: 14458223.
HSL color Cylindrical-coordinate representation of color #6F9DDC: hue angle of 214.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F9DDC is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 157 | 220 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.14 |
| HSL | 214.68º | 0.61% | 0.65% | - |
| HSV(B) | 214.68º | 0.5% | 0.86% | - |
| XYZ | 31.53 | 32.66 | 72.35 | - |
| YUV | 150.43 | 167.26 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 157 | 220 | 0.50 | 0.29 | 0 | 0.14 | 214.68 | 0.61 | 0.65 |
| Hex | 6F | 9D | DC | 32 | 1D | 0 | E | D7 | 3D | 41 |
| Octal | 157 | 235 | 334 | 62 | 35 | 0 | 16 | 327 | 75 | 101 |
| Binary | 1101111 | 10011101 | 11011100 | 110010 | 11101 | 0 | 1110 | 11010111 | 111101 | 1000001 |
Color Harmonies of #6F9DDC
Complementary color
Monochromatic Colors of #6F9DDC
Black with #6F9DDC
Text Example
Text Example
White with #6F9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9DDC; }
p { color: rgb(111,157,220); }
H1.HeaderClassName
{
color: #6F9DDC;
}
.AnyTagClassName
{
color: #6F9DDC;
}
</style>
background-color css
<style>
a { background-color: #6F9DDC; }
a { background-color: rgb(111,157,220); }
div.DivClassName
{
background-color: #6F9DDC;
}
.BgClassName
{
background-color: #6F9DDC;
}
</style>
border-color css
<style>
span { border-color: #6F9DDC; }
span { border-color: rgb(111,157,220); }
td.TdClassName
{
border-color: #6F9DDC;
}
.TagClassName
{
border-color: #6F9DDC;
}
</style>