Shades of Cornflower Blue #6680FE
Tints of Cornflower Blue #6680FE
RGB
CMYK
RGB Variations
Color information
#6680FE (or 0x6680FE) is known color: Cornflower Blue. HEX triplet: 66, 80 and FE. RGB value is (102,128,254). Sum of RGB (Red+Green+Blue) = 102+128+254=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #6680FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6680FE is #997F01. Grayscale: #868686. Windows color (decimal): -10059522 or 16679014. OLE color: 16679014.
HSL color Cylindrical-coordinate representation of color #6680FE: hue angle of 229.74º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6680FE is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 128 | 254 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.00 |
| HSL | 229.74º | 0.99% | 0.7% | - |
| HSV(B) | 229.74º | 0.6% | 1% | - |
| XYZ | 31.09 | 25.42 | 97.03 | - |
| YUV | 134.59 | 195.39 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 254 | 0.60 | 0.50 | 0 | 0.00 | 229.74 | 0.99 | 0.7 |
| Hex | 66 | 80 | FE | 3C | 32 | 0 | 0 | E6 | 63 | 46 |
| Octal | 146 | 200 | 376 | 74 | 62 | 0 | 0 | 346 | 143 | 106 |
| Binary | 1100110 | 10000000 | 11111110 | 111100 | 110010 | 0 | 0 | 11100110 | 1100011 | 1000110 |
Color Harmonies of #6680FE
Complementary color
Monochromatic Colors of #6680FE
Black with #6680FE
Text Example
Text Example
White with #6680FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6680FE; }
p { color: rgb(102,128,254); }
H1.HeaderClassName
{
color: #6680FE;
}
.AnyTagClassName
{
color: #6680FE;
}
</style>
background-color css
<style>
a { background-color: #6680FE; }
a { background-color: rgb(102,128,254); }
div.DivClassName
{
background-color: #6680FE;
}
.BgClassName
{
background-color: #6680FE;
}
</style>
border-color css
<style>
span { border-color: #6680FE; }
span { border-color: rgb(102,128,254); }
td.TdClassName
{
border-color: #6680FE;
}
.TagClassName
{
border-color: #6680FE;
}
</style>