Shades of Jordy Blue #6CACE3
Tints of Jordy Blue #6CACE3
RGB
CMYK
RGB Variations
Color information
#6CACE3 (or 0x6CACE3) is known color: Jordy Blue. HEX triplet: 6C, AC and E3. RGB value is (108,172,227). Sum of RGB (Red+Green+Blue) = 108+172+227=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 172 (67.58% from 255 or 33.93% from 507); Blue value is 227 (89.06% from 255 or 44.77% from 507); Max value from RGB is 227 - color contains mainly: blue. Hex color #6CACE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CACE3 is #93531C. Grayscale: #9E9E9E. Windows color (decimal): -9655069 or 14920812. OLE color: 14920812.
HSL color Cylindrical-coordinate representation of color #6CACE3: hue angle of 207.73º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CACE3 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 108 | 172 | 227 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.11 |
| HSL | 207.73º | 0.68% | 0.66% | - |
| HSV(B) | 207.73º | 0.52% | 0.89% | - |
| XYZ | 34.8 | 38.24 | 78.22 | - |
| YUV | 159.13 | 166.3 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 172 | 227 | 0.52 | 0.24 | 0 | 0.11 | 207.73 | 0.68 | 0.66 |
| Hex | 6C | AC | E3 | 34 | 18 | 0 | B | D0 | 44 | 42 |
| Octal | 154 | 254 | 343 | 64 | 30 | 0 | 13 | 320 | 104 | 102 |
| Binary | 1101100 | 10101100 | 11100011 | 110100 | 11000 | 0 | 1011 | 11010000 | 1000100 | 1000010 |
Color Harmonies of #6CACE3
Complementary color
Monochromatic Colors of #6CACE3
Black with #6CACE3
Text Example
Text Example
White with #6CACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CACE3; }
p { color: rgb(108,172,227); }
H1.HeaderClassName
{
color: #6CACE3;
}
.AnyTagClassName
{
color: #6CACE3;
}
</style>
background-color css
<style>
a { background-color: #6CACE3; }
a { background-color: rgb(108,172,227); }
div.DivClassName
{
background-color: #6CACE3;
}
.BgClassName
{
background-color: #6CACE3;
}
</style>
border-color css
<style>
span { border-color: #6CACE3; }
span { border-color: rgb(108,172,227); }
td.TdClassName
{
border-color: #6CACE3;
}
.TagClassName
{
border-color: #6CACE3;
}
</style>