Shades of Cornflower Blue #6681FE
Tints of Cornflower Blue #6681FE
RGB
CMYK
RGB Variations
Color information
#6681FE (or 0x6681FE) is known color: Cornflower Blue. HEX triplet: 66, 81 and FE. RGB value is (102,129,254). Sum of RGB (Red+Green+Blue) = 102+129+254=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #6681FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6681FE is #997E01. Grayscale: #868686. Windows color (decimal): -10059266 or 16679270. OLE color: 16679270.
HSL color Cylindrical-coordinate representation of color #6681FE: hue angle of 229.34º 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 #6681FE is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 129 | 254 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.00 |
| HSL | 229.34º | 0.99% | 0.7% | - |
| HSV(B) | 229.34º | 0.6% | 1% | - |
| XYZ | 31.22 | 25.68 | 97.08 | - |
| YUV | 135.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 254 | 0.60 | 0.49 | 0 | 0.00 | 229.34 | 0.99 | 0.7 |
| Hex | 66 | 81 | FE | 3C | 31 | 0 | 0 | E5 | 63 | 46 |
| Octal | 146 | 201 | 376 | 74 | 61 | 0 | 0 | 345 | 143 | 106 |
| Binary | 1100110 | 10000001 | 11111110 | 111100 | 110001 | 0 | 0 | 11100101 | 1100011 | 1000110 |
Color Harmonies of #6681FE
Complementary color
Monochromatic Colors of #6681FE
Black with #6681FE
Text Example
Text Example
White with #6681FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6681FE; }
p { color: rgb(102,129,254); }
H1.HeaderClassName
{
color: #6681FE;
}
.AnyTagClassName
{
color: #6681FE;
}
</style>
background-color css
<style>
a { background-color: #6681FE; }
a { background-color: rgb(102,129,254); }
div.DivClassName
{
background-color: #6681FE;
}
.BgClassName
{
background-color: #6681FE;
}
</style>
border-color css
<style>
span { border-color: #6681FE; }
span { border-color: rgb(102,129,254); }
td.TdClassName
{
border-color: #6681FE;
}
.TagClassName
{
border-color: #6681FE;
}
</style>