Shades of Cornflower Blue #6699FF
Tints of Cornflower Blue #6699FF
RGB
CMYK
RGB Variations
Color information
#6699FF (or 0x6699FF) is known color: Cornflower Blue. HEX triplet: 66, 99 and FF. RGB value is (102,153,255). Sum of RGB (Red+Green+Blue) = 102+153+255=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #6699FF is a web safe color. Inversed color of #6699FF is #996600. Grayscale: #949494. Windows color (decimal): -10053121 or 16750950. OLE color: 16750950.
HSL color Cylindrical-coordinate representation of color #6699FF: hue angle of 220º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6699FF is Cyan = 0.6, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 153 | 255 | - |
| CMYK | 0.6 | 0.4 | 0 | 0 |
| HSL | 220º | 1% | 0.7% | - |
| HSV(B) | 220º | 0.6% | 1% | - |
| XYZ | 34.92 | 32.83 | 99.1 | - |
| YUV | 149.38 | 187.6 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 255 | 0.6 | 0.4 | 0 | 0 | 220 | 1 | 0.7 |
| Hex | 66 | 99 | FF | 3C | 28 | 0 | 0 | DC | 64 | 46 |
| Octal | 146 | 231 | 377 | 74 | 50 | 0 | 0 | 334 | 144 | 106 |
| Binary | 1100110 | 10011001 | 11111111 | 111100 | 101000 | 0 | 0 | 11011100 | 1100100 | 1000110 |
Color Harmonies of #6699FF
Complementary color
Monochromatic Colors of #6699FF
Black with #6699FF
Text Example
Text Example
White with #6699FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699FF; }
p { color: rgb(102,153,255); }
H1.HeaderClassName
{
color: #6699FF;
}
.AnyTagClassName
{
color: #6699FF;
}
</style>
background-color css
<style>
a { background-color: #6699FF; }
a { background-color: rgb(102,153,255); }
div.DivClassName
{
background-color: #6699FF;
}
.BgClassName
{
background-color: #6699FF;
}
</style>
border-color css
<style>
span { border-color: #6699FF; }
span { border-color: rgb(102,153,255); }
td.TdClassName
{
border-color: #6699FF;
}
.TagClassName
{
border-color: #6699FF;
}
</style>