Shades of Jordy Blue #6BAADE
Tints of Jordy Blue #6BAADE
RGB
CMYK
RGB Variations
Color information
#6BAADE (or 0x6BAADE) is known color: Jordy Blue. HEX triplet: 6B, AA and DE. RGB value is (107,170,222). Sum of RGB (Red+Green+Blue) = 107+170+222=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 170 (66.80% from 255 or 34.07% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #6BAADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAADE is #945521. Grayscale: #9C9C9C. Windows color (decimal): -9721122 or 14592619. OLE color: 14592619.
HSL color Cylindrical-coordinate representation of color #6BAADE: hue angle of 207.13º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAADE is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 170 | 222 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.13 |
| HSL | 207.13º | 0.64% | 0.65% | - |
| HSV(B) | 207.13º | 0.52% | 0.87% | - |
| XYZ | 33.62 | 37.15 | 74.51 | - |
| YUV | 157.09 | 164.63 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 222 | 0.52 | 0.23 | 0 | 0.13 | 207.13 | 0.64 | 0.65 |
| Hex | 6B | AA | DE | 34 | 17 | 0 | D | CF | 40 | 41 |
| Octal | 153 | 252 | 336 | 64 | 27 | 0 | 15 | 317 | 100 | 101 |
| Binary | 1101011 | 10101010 | 11011110 | 110100 | 10111 | 0 | 1101 | 11001111 | 1000000 | 1000001 |
Color Harmonies of #6BAADE
Complementary color
Monochromatic Colors of #6BAADE
Black with #6BAADE
Text Example
Text Example
White with #6BAADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAADE; }
p { color: rgb(107,170,222); }
H1.HeaderClassName
{
color: #6BAADE;
}
.AnyTagClassName
{
color: #6BAADE;
}
</style>
background-color css
<style>
a { background-color: #6BAADE; }
a { background-color: rgb(107,170,222); }
div.DivClassName
{
background-color: #6BAADE;
}
.BgClassName
{
background-color: #6BAADE;
}
</style>
border-color css
<style>
span { border-color: #6BAADE; }
span { border-color: rgb(107,170,222); }
td.TdClassName
{
border-color: #6BAADE;
}
.TagClassName
{
border-color: #6BAADE;
}
</style>