Shades of Jordy Blue #6FACDA
Tints of Jordy Blue #6FACDA
RGB
CMYK
RGB Variations
Color information
#6FACDA (or 0x6FACDA) is known color: Jordy Blue. HEX triplet: 6F, AC and DA. RGB value is (111,172,218). Sum of RGB (Red+Green+Blue) = 111+172+218=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FACDA is #905325. Grayscale: #9E9E9E. Windows color (decimal): -9458470 or 14330991. OLE color: 14330991.
HSL color Cylindrical-coordinate representation of color #6FACDA: hue angle of 205.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FACDA is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 172 | 218 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.15 |
| HSL | 205.79º | 0.59% | 0.65% | - |
| HSV(B) | 205.79º | 0.49% | 0.85% | - |
| XYZ | 33.96 | 37.95 | 71.86 | - |
| YUV | 159.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 172 | 218 | 0.49 | 0.21 | 0 | 0.15 | 205.79 | 0.59 | 0.65 |
| Hex | 6F | AC | DA | 31 | 15 | 0 | F | CE | 3B | 41 |
| Octal | 157 | 254 | 332 | 61 | 25 | 0 | 17 | 316 | 73 | 101 |
| Binary | 1101111 | 10101100 | 11011010 | 110001 | 10101 | 0 | 1111 | 11001110 | 111011 | 1000001 |
Color Harmonies of #6FACDA
Complementary color
Monochromatic Colors of #6FACDA
Black with #6FACDA
Text Example
Text Example
White with #6FACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FACDA; }
p { color: rgb(111,172,218); }
H1.HeaderClassName
{
color: #6FACDA;
}
.AnyTagClassName
{
color: #6FACDA;
}
</style>
background-color css
<style>
a { background-color: #6FACDA; }
a { background-color: rgb(111,172,218); }
div.DivClassName
{
background-color: #6FACDA;
}
.BgClassName
{
background-color: #6FACDA;
}
</style>
border-color css
<style>
span { border-color: #6FACDA; }
span { border-color: rgb(111,172,218); }
td.TdClassName
{
border-color: #6FACDA;
}
.TagClassName
{
border-color: #6FACDA;
}
</style>