Shades of Jordy Blue #6CACE1
Tints of Jordy Blue #6CACE1
RGB
CMYK
RGB Variations
Color information
#6CACE1 (or 0x6CACE1) is known color: Jordy Blue. HEX triplet: 6C, AC and E1. RGB value is (108,172,225). Sum of RGB (Red+Green+Blue) = 108+172+225=505 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.39% from 505); Green value is 172 (67.58% from 255 or 34.06% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #6CACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACE1 is #93531E. Grayscale: #9E9E9E. Windows color (decimal): -9655071 or 14789740. OLE color: 14789740.
HSL color Cylindrical-coordinate representation of color #6CACE1: hue angle of 207.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CACE1 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 108 | 172 | 225 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.12 |
| HSL | 207.18º | 0.66% | 0.65% | - |
| HSV(B) | 207.18º | 0.52% | 0.88% | - |
| XYZ | 34.53 | 38.13 | 76.77 | - |
| YUV | 158.91 | 165.3 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 225 | 0.52 | 0.24 | 0 | 0.12 | 207.18 | 0.66 | 0.65 |
| Hex | 6C | AC | E1 | 34 | 18 | 0 | C | CF | 42 | 41 |
| Octal | 154 | 254 | 341 | 64 | 30 | 0 | 14 | 317 | 102 | 101 |
| Binary | 1101100 | 10101100 | 11100001 | 110100 | 11000 | 0 | 1100 | 11001111 | 1000010 | 1000001 |
Color Harmonies of #6CACE1
Complementary color
Monochromatic Colors of #6CACE1
Black with #6CACE1
Text Example
Text Example
White with #6CACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACE1; }
p { color: rgb(108,172,225); }
H1.HeaderClassName
{
color: #6CACE1;
}
.AnyTagClassName
{
color: #6CACE1;
}
</style>
background-color css
<style>
a { background-color: #6CACE1; }
a { background-color: rgb(108,172,225); }
div.DivClassName
{
background-color: #6CACE1;
}
.BgClassName
{
background-color: #6CACE1;
}
</style>
border-color css
<style>
span { border-color: #6CACE1; }
span { border-color: rgb(108,172,225); }
td.TdClassName
{
border-color: #6CACE1;
}
.TagClassName
{
border-color: #6CACE1;
}
</style>