Shades of Jordy Blue #6DAEF2
Tints of Jordy Blue #6DAEF2
RGB
CMYK
RGB Variations
Color information
#6DAEF2 (or 0x6DAEF2) is known color: Jordy Blue. HEX triplet: 6D, AE and F2. RGB value is (109,174,242). Sum of RGB (Red+Green+Blue) = 109+174+242=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 174 (68.36% from 255 or 33.14% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #6DAEF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEF2 is #92510D. Grayscale: #A1A1A1. Windows color (decimal): -9589006 or 15904365. OLE color: 15904365.
HSL color Cylindrical-coordinate representation of color #6DAEF2: hue angle of 210.68º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DAEF2 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 174 | 242 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.05 |
| HSL | 210.68º | 0.84% | 0.69% | - |
| HSV(B) | 210.68º | 0.55% | 0.95% | - |
| XYZ | 37.47 | 39.93 | 89.74 | - |
| YUV | 162.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 242 | 0.55 | 0.28 | 0 | 0.05 | 210.68 | 0.84 | 0.69 |
| Hex | 6D | AE | F2 | 37 | 1C | 0 | 5 | D3 | 54 | 45 |
| Octal | 155 | 256 | 362 | 67 | 34 | 0 | 5 | 323 | 124 | 105 |
| Binary | 1101101 | 10101110 | 11110010 | 110111 | 11100 | 0 | 101 | 11010011 | 1010100 | 1000101 |
Color Harmonies of #6DAEF2
Complementary color
Monochromatic Colors of #6DAEF2
Black with #6DAEF2
Text Example
Text Example
White with #6DAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEF2; }
p { color: rgb(109,174,242); }
H1.HeaderClassName
{
color: #6DAEF2;
}
.AnyTagClassName
{
color: #6DAEF2;
}
</style>
background-color css
<style>
a { background-color: #6DAEF2; }
a { background-color: rgb(109,174,242); }
div.DivClassName
{
background-color: #6DAEF2;
}
.BgClassName
{
background-color: #6DAEF2;
}
</style>
border-color css
<style>
span { border-color: #6DAEF2; }
span { border-color: rgb(109,174,242); }
td.TdClassName
{
border-color: #6DAEF2;
}
.TagClassName
{
border-color: #6DAEF2;
}
</style>