Shades of Cornflower Blue #6695EB
Tints of Cornflower Blue #6695EB
RGB
CMYK
RGB Variations
Color information
#6695EB (or 0x6695EB) is known color: Cornflower Blue. HEX triplet: 66, 95 and EB. RGB value is (102,149,235). Sum of RGB (Red+Green+Blue) = 102+149+235=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #6695EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6695EB is #996A14. Grayscale: #909090. Windows color (decimal): -10054165 or 15439206. OLE color: 15439206.
HSL color Cylindrical-coordinate representation of color #6695EB: hue angle of 218.8º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6695EB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 149 | 235 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.08 |
| HSL | 218.8º | 0.77% | 0.66% | - |
| HSV(B) | 218.8º | 0.57% | 0.92% | - |
| XYZ | 31.22 | 30.32 | 82.8 | - |
| YUV | 144.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 235 | 0.57 | 0.37 | 0 | 0.08 | 218.8 | 0.77 | 0.66 |
| Hex | 66 | 95 | EB | 39 | 25 | 0 | 8 | DB | 4D | 42 |
| Octal | 146 | 225 | 353 | 71 | 45 | 0 | 10 | 333 | 115 | 102 |
| Binary | 1100110 | 10010101 | 11101011 | 111001 | 100101 | 0 | 1000 | 11011011 | 1001101 | 1000010 |
Color Harmonies of #6695EB
Complementary color
Monochromatic Colors of #6695EB
Black with #6695EB
Text Example
Text Example
White with #6695EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6695EB; }
p { color: rgb(102,149,235); }
H1.HeaderClassName
{
color: #6695EB;
}
.AnyTagClassName
{
color: #6695EB;
}
</style>
background-color css
<style>
a { background-color: #6695EB; }
a { background-color: rgb(102,149,235); }
div.DivClassName
{
background-color: #6695EB;
}
.BgClassName
{
background-color: #6695EB;
}
</style>
border-color css
<style>
span { border-color: #6695EB; }
span { border-color: rgb(102,149,235); }
td.TdClassName
{
border-color: #6695EB;
}
.TagClassName
{
border-color: #6695EB;
}
</style>