Shades of Cornflower Blue #6698DC
Tints of Cornflower Blue #6698DC
RGB
CMYK
RGB Variations
Color information
#6698DC (or 0x6698DC) is known color: Cornflower Blue. HEX triplet: 66, 98 and DC. RGB value is (102,152,220). Sum of RGB (Red+Green+Blue) = 102+152+220=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #6698DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698DC is #996723. Grayscale: #909090. Windows color (decimal): -10053412 or 14456934. OLE color: 14456934.
HSL color Cylindrical-coordinate representation of color #6698DC: hue angle of 214.58º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6698DC is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 152 | 220 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.14 |
| HSL | 214.58º | 0.63% | 0.63% | - |
| HSV(B) | 214.58º | 0.54% | 0.86% | - |
| XYZ | 29.63 | 30.45 | 72.03 | - |
| YUV | 144.8 | 170.44 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 220 | 0.54 | 0.31 | 0 | 0.14 | 214.58 | 0.63 | 0.63 |
| Hex | 66 | 98 | DC | 36 | 1F | 0 | E | D7 | 3F | 3F |
| Octal | 146 | 230 | 334 | 66 | 37 | 0 | 16 | 327 | 77 | 77 |
| Binary | 1100110 | 10011000 | 11011100 | 110110 | 11111 | 0 | 1110 | 11010111 | 111111 | 111111 |
Color Harmonies of #6698DC
Complementary color
Monochromatic Colors of #6698DC
Black with #6698DC
Text Example
Text Example
White with #6698DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6698DC; }
p { color: rgb(102,152,220); }
H1.HeaderClassName
{
color: #6698DC;
}
.AnyTagClassName
{
color: #6698DC;
}
</style>
background-color css
<style>
a { background-color: #6698DC; }
a { background-color: rgb(102,152,220); }
div.DivClassName
{
background-color: #6698DC;
}
.BgClassName
{
background-color: #6698DC;
}
</style>
border-color css
<style>
span { border-color: #6698DC; }
span { border-color: rgb(102,152,220); }
td.TdClassName
{
border-color: #6698DC;
}
.TagClassName
{
border-color: #6698DC;
}
</style>