Shades of Cornflower Blue #6693ED
Tints of Cornflower Blue #6693ED
RGB
CMYK
RGB Variations
Color information
#6693ED (or 0x6693ED) is known color: Cornflower Blue. HEX triplet: 66, 93 and ED. RGB value is (102,147,237). Sum of RGB (Red+Green+Blue) = 102+147+237=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #6693ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6693ED is #996C12. Grayscale: #8F8F8F. Windows color (decimal): -10054675 or 15569766. OLE color: 15569766.
HSL color Cylindrical-coordinate representation of color #6693ED: hue angle of 220º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6693ED is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 147 | 237 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.07 |
| HSL | 220º | 0.79% | 0.66% | - |
| HSV(B) | 220º | 0.57% | 0.93% | - |
| XYZ | 31.2 | 29.81 | 84.23 | - |
| YUV | 143.81 | 180.59 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 147 | 237 | 0.57 | 0.38 | 0 | 0.07 | 220 | 0.79 | 0.66 |
| Hex | 66 | 93 | ED | 39 | 26 | 0 | 7 | DC | 4F | 42 |
| Octal | 146 | 223 | 355 | 71 | 46 | 0 | 7 | 334 | 117 | 102 |
| Binary | 1100110 | 10010011 | 11101101 | 111001 | 100110 | 0 | 111 | 11011100 | 1001111 | 1000010 |
Color Harmonies of #6693ED
Complementary color
Monochromatic Colors of #6693ED
Black with #6693ED
Text Example
Text Example
White with #6693ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6693ED; }
p { color: rgb(102,147,237); }
H1.HeaderClassName
{
color: #6693ED;
}
.AnyTagClassName
{
color: #6693ED;
}
</style>
background-color css
<style>
a { background-color: #6693ED; }
a { background-color: rgb(102,147,237); }
div.DivClassName
{
background-color: #6693ED;
}
.BgClassName
{
background-color: #6693ED;
}
</style>
border-color css
<style>
span { border-color: #6693ED; }
span { border-color: rgb(102,147,237); }
td.TdClassName
{
border-color: #6693ED;
}
.TagClassName
{
border-color: #6693ED;
}
</style>