Shades of Cornflower Blue #6680FC
Tints of Cornflower Blue #6680FC
RGB
CMYK
RGB Variations
Color information
#6680FC (or 0x6680FC) is known color: Cornflower Blue. HEX triplet: 66, 80 and FC. RGB value is (102,128,252). Sum of RGB (Red+Green+Blue) = 102+128+252=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #6680FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6680FC is #997F03. Grayscale: #858585. Windows color (decimal): -10059524 or 16547942. OLE color: 16547942.
HSL color Cylindrical-coordinate representation of color #6680FC: hue angle of 229.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6680FC is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 128 | 252 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.01 |
| HSL | 229.6º | 0.96% | 0.69% | - |
| HSV(B) | 229.6º | 0.6% | 0.99% | - |
| XYZ | 30.77 | 25.29 | 95.36 | - |
| YUV | 134.36 | 194.39 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 252 | 0.60 | 0.49 | 0 | 0.01 | 229.6 | 0.96 | 0.69 |
| Hex | 66 | 80 | FC | 3C | 31 | 0 | 1 | E6 | 60 | 45 |
| Octal | 146 | 200 | 374 | 74 | 61 | 0 | 1 | 346 | 140 | 105 |
| Binary | 1100110 | 10000000 | 11111100 | 111100 | 110001 | 0 | 1 | 11100110 | 1100000 | 1000101 |
Color Harmonies of #6680FC
Complementary color
Monochromatic Colors of #6680FC
Black with #6680FC
Text Example
Text Example
White with #6680FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6680FC; }
p { color: rgb(102,128,252); }
H1.HeaderClassName
{
color: #6680FC;
}
.AnyTagClassName
{
color: #6680FC;
}
</style>
background-color css
<style>
a { background-color: #6680FC; }
a { background-color: rgb(102,128,252); }
div.DivClassName
{
background-color: #6680FC;
}
.BgClassName
{
background-color: #6680FC;
}
</style>
border-color css
<style>
span { border-color: #6680FC; }
span { border-color: rgb(102,128,252); }
td.TdClassName
{
border-color: #6680FC;
}
.TagClassName
{
border-color: #6680FC;
}
</style>