Shades of Cornflower Blue #6698DF
Tints of Cornflower Blue #6698DF
RGB
CMYK
RGB Variations
Color information
#6698DF (or 0x6698DF) is known color: Cornflower Blue. HEX triplet: 66, 98 and DF. RGB value is (102,152,223). Sum of RGB (Red+Green+Blue) = 102+152+223=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #6698DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698DF is #996720. Grayscale: #909090. Windows color (decimal): -10053409 or 14653542. OLE color: 14653542.
HSL color Cylindrical-coordinate representation of color #6698DF: hue angle of 215.21º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6698DF is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 152 | 223 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.13 |
| HSL | 215.21º | 0.65% | 0.64% | - |
| HSV(B) | 215.21º | 0.54% | 0.87% | - |
| XYZ | 30.03 | 30.61 | 74.14 | - |
| YUV | 145.14 | 171.94 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 223 | 0.54 | 0.32 | 0 | 0.13 | 215.21 | 0.65 | 0.64 |
| Hex | 66 | 98 | DF | 36 | 20 | 0 | D | D7 | 41 | 40 |
| Octal | 146 | 230 | 337 | 66 | 40 | 0 | 15 | 327 | 101 | 100 |
| Binary | 1100110 | 10011000 | 11011111 | 110110 | 100000 | 0 | 1101 | 11010111 | 1000001 | 1000000 |
Color Harmonies of #6698DF
Complementary color
Monochromatic Colors of #6698DF
Black with #6698DF
Text Example
Text Example
White with #6698DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6698DF; }
p { color: rgb(102,152,223); }
H1.HeaderClassName
{
color: #6698DF;
}
.AnyTagClassName
{
color: #6698DF;
}
</style>
background-color css
<style>
a { background-color: #6698DF; }
a { background-color: rgb(102,152,223); }
div.DivClassName
{
background-color: #6698DF;
}
.BgClassName
{
background-color: #6698DF;
}
</style>
border-color css
<style>
span { border-color: #6698DF; }
span { border-color: rgb(102,152,223); }
td.TdClassName
{
border-color: #6698DF;
}
.TagClassName
{
border-color: #6698DF;
}
</style>