Shades of Jordy Blue #6BAAEB
Tints of Jordy Blue #6BAAEB
RGB
CMYK
RGB Variations
Color information
#6BAAEB (or 0x6BAAEB) is known color: Jordy Blue. HEX triplet: 6B, AA and EB. RGB value is (107,170,235). Sum of RGB (Red+Green+Blue) = 107+170+235=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BAAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAAEB is #945514. Grayscale: #9E9E9E. Windows color (decimal): -9721109 or 15444587. OLE color: 15444587.
HSL color Cylindrical-coordinate representation of color #6BAAEB: hue angle of 210.47º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BAAEB is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 170 | 235 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.08 |
| HSL | 210.47º | 0.76% | 0.67% | - |
| HSV(B) | 210.47º | 0.54% | 0.92% | - |
| XYZ | 35.43 | 37.87 | 84.04 | - |
| YUV | 158.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 235 | 0.54 | 0.28 | 0 | 0.08 | 210.47 | 0.76 | 0.67 |
| Hex | 6B | AA | EB | 36 | 1C | 0 | 8 | D2 | 4C | 43 |
| Octal | 153 | 252 | 353 | 66 | 34 | 0 | 10 | 322 | 114 | 103 |
| Binary | 1101011 | 10101010 | 11101011 | 110110 | 11100 | 0 | 1000 | 11010010 | 1001100 | 1000011 |
Color Harmonies of #6BAAEB
Complementary color
Monochromatic Colors of #6BAAEB
Black with #6BAAEB
Text Example
Text Example
White with #6BAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAAEB; }
p { color: rgb(107,170,235); }
H1.HeaderClassName
{
color: #6BAAEB;
}
.AnyTagClassName
{
color: #6BAAEB;
}
</style>
background-color css
<style>
a { background-color: #6BAAEB; }
a { background-color: rgb(107,170,235); }
div.DivClassName
{
background-color: #6BAAEB;
}
.BgClassName
{
background-color: #6BAAEB;
}
</style>
border-color css
<style>
span { border-color: #6BAAEB; }
span { border-color: rgb(107,170,235); }
td.TdClassName
{
border-color: #6BAAEB;
}
.TagClassName
{
border-color: #6BAAEB;
}
</style>