Shades of Jordy Blue #6CAEEB
Tints of Jordy Blue #6CAEEB
RGB
CMYK
RGB Variations
Color information
#6CAEEB (or 0x6CAEEB) is known color: Jordy Blue. HEX triplet: 6C, AE and EB. RGB value is (108,174,235). Sum of RGB (Red+Green+Blue) = 108+174+235=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CAEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CAEEB is #935114. Grayscale: #A0A0A0. Windows color (decimal): -9654549 or 15445612. OLE color: 15445612.
HSL color Cylindrical-coordinate representation of color #6CAEEB: hue angle of 208.82º 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 #6CAEEB is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 174 | 235 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.08 |
| HSL | 208.82º | 0.76% | 0.67% | - |
| HSV(B) | 208.82º | 0.54% | 0.92% | - |
| XYZ | 36.32 | 39.46 | 84.3 | - |
| YUV | 161.22 | 169.63 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 174 | 235 | 0.54 | 0.26 | 0 | 0.08 | 208.82 | 0.76 | 0.67 |
| Hex | 6C | AE | EB | 36 | 1A | 0 | 8 | D1 | 4C | 43 |
| Octal | 154 | 256 | 353 | 66 | 32 | 0 | 10 | 321 | 114 | 103 |
| Binary | 1101100 | 10101110 | 11101011 | 110110 | 11010 | 0 | 1000 | 11010001 | 1001100 | 1000011 |
Color Harmonies of #6CAEEB
Complementary color
Monochromatic Colors of #6CAEEB
Black with #6CAEEB
Text Example
Text Example
White with #6CAEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAEEB; }
p { color: rgb(108,174,235); }
H1.HeaderClassName
{
color: #6CAEEB;
}
.AnyTagClassName
{
color: #6CAEEB;
}
</style>
background-color css
<style>
a { background-color: #6CAEEB; }
a { background-color: rgb(108,174,235); }
div.DivClassName
{
background-color: #6CAEEB;
}
.BgClassName
{
background-color: #6CAEEB;
}
</style>
border-color css
<style>
span { border-color: #6CAEEB; }
span { border-color: rgb(108,174,235); }
td.TdClassName
{
border-color: #6CAEEB;
}
.TagClassName
{
border-color: #6CAEEB;
}
</style>