Shades of Cornflower Blue #6685E7
Tints of Cornflower Blue #6685E7
RGB
CMYK
RGB Variations
Color information
#6685E7 (or 0x6685E7) is known color: Cornflower Blue. HEX triplet: 66, 85 and E7. RGB value is (102,133,231). Sum of RGB (Red+Green+Blue) = 102+133+231=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 231 (90.62% from 255 or 49.57% from 466); Max value from RGB is 231 - color contains mainly: blue. Hex color #6685E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6685E7 is #997A18. Grayscale: #868686. Windows color (decimal): -10058265 or 15172966. OLE color: 15172966.
HSL color Cylindrical-coordinate representation of color #6685E7: hue angle of 225.58º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6685E7 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 102 | 133 | 231 | - |
| CMYK | 0.56 | 0.42 | 0 | 0.09 |
| HSL | 225.58º | 0.73% | 0.65% | - |
| HSV(B) | 225.58º | 0.56% | 0.91% | - |
| XYZ | 28.29 | 25.37 | 79.01 | - |
| YUV | 134.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 231 | 0.56 | 0.42 | 0 | 0.09 | 225.58 | 0.73 | 0.65 |
| Hex | 66 | 85 | E7 | 38 | 2A | 0 | 9 | E2 | 49 | 41 |
| Octal | 146 | 205 | 347 | 70 | 52 | 0 | 11 | 342 | 111 | 101 |
| Binary | 1100110 | 10000101 | 11100111 | 111000 | 101010 | 0 | 1001 | 11100010 | 1001001 | 1000001 |
Color Harmonies of #6685E7
Complementary color
Monochromatic Colors of #6685E7
Black with #6685E7
Text Example
Text Example
White with #6685E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685E7; }
p { color: rgb(102,133,231); }
H1.HeaderClassName
{
color: #6685E7;
}
.AnyTagClassName
{
color: #6685E7;
}
</style>
background-color css
<style>
a { background-color: #6685E7; }
a { background-color: rgb(102,133,231); }
div.DivClassName
{
background-color: #6685E7;
}
.BgClassName
{
background-color: #6685E7;
}
</style>
border-color css
<style>
span { border-color: #6685E7; }
span { border-color: rgb(102,133,231); }
td.TdClassName
{
border-color: #6685E7;
}
.TagClassName
{
border-color: #6685E7;
}
</style>