Shades of Cornflower Blue #6685E4
Tints of Cornflower Blue #6685E4
RGB
CMYK
RGB Variations
Color information
#6685E4 (or 0x6685E4) is known color: Cornflower Blue. HEX triplet: 66, 85 and E4. RGB value is (102,133,228). Sum of RGB (Red+Green+Blue) = 102+133+228=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #6685E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6685E4 is #997A1B. Grayscale: #868686. Windows color (decimal): -10058268 or 14976358. OLE color: 14976358.
HSL color Cylindrical-coordinate representation of color #6685E4: hue angle of 225.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6685E4 is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 133 | 228 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.11 |
| HSL | 225.24º | 0.7% | 0.65% | - |
| HSV(B) | 225.24º | 0.55% | 0.89% | - |
| XYZ | 27.87 | 25.2 | 76.79 | - |
| YUV | 134.56 | 180.73 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 228 | 0.55 | 0.42 | 0 | 0.11 | 225.24 | 0.7 | 0.65 |
| Hex | 66 | 85 | E4 | 37 | 2A | 0 | B | E1 | 46 | 41 |
| Octal | 146 | 205 | 344 | 67 | 52 | 0 | 13 | 341 | 106 | 101 |
| Binary | 1100110 | 10000101 | 11100100 | 110111 | 101010 | 0 | 1011 | 11100001 | 1000110 | 1000001 |
Color Harmonies of #6685E4
Complementary color
Monochromatic Colors of #6685E4
Black with #6685E4
Text Example
Text Example
White with #6685E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685E4; }
p { color: rgb(102,133,228); }
H1.HeaderClassName
{
color: #6685E4;
}
.AnyTagClassName
{
color: #6685E4;
}
</style>
background-color css
<style>
a { background-color: #6685E4; }
a { background-color: rgb(102,133,228); }
div.DivClassName
{
background-color: #6685E4;
}
.BgClassName
{
background-color: #6685E4;
}
</style>
border-color css
<style>
span { border-color: #6685E4; }
span { border-color: rgb(102,133,228); }
td.TdClassName
{
border-color: #6685E4;
}
.TagClassName
{
border-color: #6685E4;
}
</style>