Shades of Jordy Blue #6CACEB
Tints of Jordy Blue #6CACEB
RGB
CMYK
RGB Variations
Color information
#6CACEB (or 0x6CACEB) is known color: Jordy Blue. HEX triplet: 6C, AC and EB. RGB value is (108,172,235). Sum of RGB (Red+Green+Blue) = 108+172+235=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACEB is #935314. Grayscale: #9F9F9F. Windows color (decimal): -9655061 or 15445100. OLE color: 15445100.
HSL color Cylindrical-coordinate representation of color #6CACEB: hue angle of 209.76º 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 #6CACEB is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 172 | 235 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.08 |
| HSL | 209.76º | 0.76% | 0.67% | - |
| HSV(B) | 209.76º | 0.54% | 0.92% | - |
| XYZ | 35.93 | 38.69 | 84.17 | - |
| YUV | 160.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 235 | 0.54 | 0.27 | 0 | 0.08 | 209.76 | 0.76 | 0.67 |
| Hex | 6C | AC | EB | 36 | 1B | 0 | 8 | D2 | 4C | 43 |
| Octal | 154 | 254 | 353 | 66 | 33 | 0 | 10 | 322 | 114 | 103 |
| Binary | 1101100 | 10101100 | 11101011 | 110110 | 11011 | 0 | 1000 | 11010010 | 1001100 | 1000011 |
Color Harmonies of #6CACEB
Complementary color
Monochromatic Colors of #6CACEB
Black with #6CACEB
Text Example
Text Example
White with #6CACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACEB; }
p { color: rgb(108,172,235); }
H1.HeaderClassName
{
color: #6CACEB;
}
.AnyTagClassName
{
color: #6CACEB;
}
</style>
background-color css
<style>
a { background-color: #6CACEB; }
a { background-color: rgb(108,172,235); }
div.DivClassName
{
background-color: #6CACEB;
}
.BgClassName
{
background-color: #6CACEB;
}
</style>
border-color css
<style>
span { border-color: #6CACEB; }
span { border-color: rgb(108,172,235); }
td.TdClassName
{
border-color: #6CACEB;
}
.TagClassName
{
border-color: #6CACEB;
}
</style>