Shades of Cornflower Blue #6699FD
Tints of Cornflower Blue #6699FD
RGB
CMYK
RGB Variations
Color information
#6699FD (or 0x6699FD) is known color: Cornflower Blue. HEX triplet: 66, 99 and FD. RGB value is (102,153,253). Sum of RGB (Red+Green+Blue) = 102+153+253=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #6699FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6699FD is #996602. Grayscale: #949494. Windows color (decimal): -10053123 or 16619878. OLE color: 16619878.
HSL color Cylindrical-coordinate representation of color #6699FD: hue angle of 219.74º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6699FD is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 153 | 253 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.01 |
| HSL | 219.74º | 0.97% | 0.7% | - |
| HSV(B) | 219.74º | 0.6% | 0.99% | - |
| XYZ | 34.6 | 32.7 | 97.42 | - |
| YUV | 149.15 | 186.6 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 253 | 0.60 | 0.40 | 0 | 0.01 | 219.74 | 0.97 | 0.7 |
| Hex | 66 | 99 | FD | 3C | 28 | 0 | 1 | DC | 61 | 46 |
| Octal | 146 | 231 | 375 | 74 | 50 | 0 | 1 | 334 | 141 | 106 |
| Binary | 1100110 | 10011001 | 11111101 | 111100 | 101000 | 0 | 1 | 11011100 | 1100001 | 1000110 |
Color Harmonies of #6699FD
Complementary color
Monochromatic Colors of #6699FD
Black with #6699FD
Text Example
Text Example
White with #6699FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6699FD; }
p { color: rgb(102,153,253); }
H1.HeaderClassName
{
color: #6699FD;
}
.AnyTagClassName
{
color: #6699FD;
}
</style>
background-color css
<style>
a { background-color: #6699FD; }
a { background-color: rgb(102,153,253); }
div.DivClassName
{
background-color: #6699FD;
}
.BgClassName
{
background-color: #6699FD;
}
</style>
border-color css
<style>
span { border-color: #6699FD; }
span { border-color: rgb(102,153,253); }
td.TdClassName
{
border-color: #6699FD;
}
.TagClassName
{
border-color: #6699FD;
}
</style>