Shades of Jordy Blue #6FACDC
Tints of Jordy Blue #6FACDC
RGB
CMYK
RGB Variations
Color information
#6FACDC (or 0x6FACDC) is known color: Jordy Blue. HEX triplet: 6F, AC and DC. RGB value is (111,172,220). Sum of RGB (Red+Green+Blue) = 111+172+220=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #6FACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACDC is #905323. Grayscale: #9E9E9E. Windows color (decimal): -9458468 or 14462063. OLE color: 14462063.
HSL color Cylindrical-coordinate representation of color #6FACDC: hue angle of 206.42º 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 #6FACDC is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 172 | 220 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.14 |
| HSL | 206.42º | 0.61% | 0.65% | - |
| HSV(B) | 206.42º | 0.5% | 0.86% | - |
| XYZ | 34.23 | 38.05 | 73.25 | - |
| YUV | 159.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 220 | 0.50 | 0.22 | 0 | 0.14 | 206.42 | 0.61 | 0.65 |
| Hex | 6F | AC | DC | 32 | 16 | 0 | E | CE | 3D | 41 |
| Octal | 157 | 254 | 334 | 62 | 26 | 0 | 16 | 316 | 75 | 101 |
| Binary | 1101111 | 10101100 | 11011100 | 110010 | 10110 | 0 | 1110 | 11001110 | 111101 | 1000001 |
Color Harmonies of #6FACDC
Complementary color
Monochromatic Colors of #6FACDC
Black with #6FACDC
Text Example
Text Example
White with #6FACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACDC; }
p { color: rgb(111,172,220); }
H1.HeaderClassName
{
color: #6FACDC;
}
.AnyTagClassName
{
color: #6FACDC;
}
</style>
background-color css
<style>
a { background-color: #6FACDC; }
a { background-color: rgb(111,172,220); }
div.DivClassName
{
background-color: #6FACDC;
}
.BgClassName
{
background-color: #6FACDC;
}
</style>
border-color css
<style>
span { border-color: #6FACDC; }
span { border-color: rgb(111,172,220); }
td.TdClassName
{
border-color: #6FACDC;
}
.TagClassName
{
border-color: #6FACDC;
}
</style>