Shades of Cornflower Blue #6699F6
Tints of Cornflower Blue #6699F6
RGB
CMYK
RGB Variations
Color information
#6699F6 (or 0x6699F6) is known color: Cornflower Blue. HEX triplet: 66, 99 and F6. RGB value is (102,153,246). Sum of RGB (Red+Green+Blue) = 102+153+246=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #6699F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6699F6 is #996609. Grayscale: #939393. Windows color (decimal): -10053130 or 16161126. OLE color: 16161126.
HSL color Cylindrical-coordinate representation of color #6699F6: hue angle of 218.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6699F6 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 153 | 246 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.04 |
| HSL | 218.75º | 0.89% | 0.68% | - |
| HSV(B) | 218.75º | 0.59% | 0.96% | - |
| XYZ | 33.51 | 32.26 | 91.65 | - |
| YUV | 148.35 | 183.1 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 246 | 0.59 | 0.38 | 0 | 0.04 | 218.75 | 0.89 | 0.68 |
| Hex | 66 | 99 | F6 | 3B | 26 | 0 | 4 | DB | 59 | 44 |
| Octal | 146 | 231 | 366 | 73 | 46 | 0 | 4 | 333 | 131 | 104 |
| Binary | 1100110 | 10011001 | 11110110 | 111011 | 100110 | 0 | 100 | 11011011 | 1011001 | 1000100 |
Color Harmonies of #6699F6
Complementary color
Monochromatic Colors of #6699F6
Black with #6699F6
Text Example
Text Example
White with #6699F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699F6; }
p { color: rgb(102,153,246); }
H1.HeaderClassName
{
color: #6699F6;
}
.AnyTagClassName
{
color: #6699F6;
}
</style>
background-color css
<style>
a { background-color: #6699F6; }
a { background-color: rgb(102,153,246); }
div.DivClassName
{
background-color: #6699F6;
}
.BgClassName
{
background-color: #6699F6;
}
</style>
border-color css
<style>
span { border-color: #6699F6; }
span { border-color: rgb(102,153,246); }
td.TdClassName
{
border-color: #6699F6;
}
.TagClassName
{
border-color: #6699F6;
}
</style>