Shades of Cornflower Blue #6694EE
Tints of Cornflower Blue #6694EE
RGB
CMYK
RGB Variations
Color information
#6694EE (or 0x6694EE) is known color: Cornflower Blue. HEX triplet: 66, 94 and EE. RGB value is (102,148,238). Sum of RGB (Red+Green+Blue) = 102+148+238=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #6694EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6694EE is #996B11. Grayscale: #909090. Windows color (decimal): -10054418 or 15635558. OLE color: 15635558.
HSL color Cylindrical-coordinate representation of color #6694EE: hue angle of 219.71º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6694EE is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 148 | 238 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.07 |
| HSL | 219.71º | 0.8% | 0.67% | - |
| HSV(B) | 219.71º | 0.57% | 0.93% | - |
| XYZ | 31.5 | 30.18 | 85.05 | - |
| YUV | 144.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 238 | 0.57 | 0.38 | 0 | 0.07 | 219.71 | 0.8 | 0.67 |
| Hex | 66 | 94 | EE | 39 | 26 | 0 | 7 | DC | 50 | 43 |
| Octal | 146 | 224 | 356 | 71 | 46 | 0 | 7 | 334 | 120 | 103 |
| Binary | 1100110 | 10010100 | 11101110 | 111001 | 100110 | 0 | 111 | 11011100 | 1010000 | 1000011 |
Color Harmonies of #6694EE
Complementary color
Monochromatic Colors of #6694EE
Black with #6694EE
Text Example
Text Example
White with #6694EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694EE; }
p { color: rgb(102,148,238); }
H1.HeaderClassName
{
color: #6694EE;
}
.AnyTagClassName
{
color: #6694EE;
}
</style>
background-color css
<style>
a { background-color: #6694EE; }
a { background-color: rgb(102,148,238); }
div.DivClassName
{
background-color: #6694EE;
}
.BgClassName
{
background-color: #6694EE;
}
</style>
border-color css
<style>
span { border-color: #6694EE; }
span { border-color: rgb(102,148,238); }
td.TdClassName
{
border-color: #6694EE;
}
.TagClassName
{
border-color: #6694EE;
}
</style>