Shades of Jordy Blue #6CACEE
Tints of Jordy Blue #6CACEE
RGB
CMYK
RGB Variations
Color information
#6CACEE (or 0x6CACEE) is known color: Jordy Blue. HEX triplet: 6C, AC and EE. RGB value is (108,172,238). Sum of RGB (Red+Green+Blue) = 108+172+238=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #6CACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6CACEE is #935311. Grayscale: #A0A0A0. Windows color (decimal): -9655058 or 15641708. OLE color: 15641708.
HSL color Cylindrical-coordinate representation of color #6CACEE: hue angle of 210.46º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CACEE is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 172 | 238 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.07 |
| HSL | 210.46º | 0.79% | 0.68% | - |
| HSV(B) | 210.46º | 0.55% | 0.93% | - |
| XYZ | 36.37 | 38.87 | 86.47 | - |
| YUV | 160.39 | 171.8 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 238 | 0.55 | 0.28 | 0 | 0.07 | 210.46 | 0.79 | 0.68 |
| Hex | 6C | AC | EE | 37 | 1C | 0 | 7 | D2 | 4F | 44 |
| Octal | 154 | 254 | 356 | 67 | 34 | 0 | 7 | 322 | 117 | 104 |
| Binary | 1101100 | 10101100 | 11101110 | 110111 | 11100 | 0 | 111 | 11010010 | 1001111 | 1000100 |
Color Harmonies of #6CACEE
Complementary color
Monochromatic Colors of #6CACEE
Black with #6CACEE
Text Example
Text Example
White with #6CACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACEE; }
p { color: rgb(108,172,238); }
H1.HeaderClassName
{
color: #6CACEE;
}
.AnyTagClassName
{
color: #6CACEE;
}
</style>
background-color css
<style>
a { background-color: #6CACEE; }
a { background-color: rgb(108,172,238); }
div.DivClassName
{
background-color: #6CACEE;
}
.BgClassName
{
background-color: #6CACEE;
}
</style>
border-color css
<style>
span { border-color: #6CACEE; }
span { border-color: rgb(108,172,238); }
td.TdClassName
{
border-color: #6CACEE;
}
.TagClassName
{
border-color: #6CACEE;
}
</style>