Shades of Cornflower Blue #6685FE
Tints of Cornflower Blue #6685FE
RGB
CMYK
RGB Variations
Color information
#6685FE (or 0x6685FE) is known color: Cornflower Blue. HEX triplet: 66, 85 and FE. RGB value is (102,133,254). Sum of RGB (Red+Green+Blue) = 102+133+254=489 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.86% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #6685FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6685FE is #997A01. Grayscale: #898989. Windows color (decimal): -10058242 or 16680294. OLE color: 16680294.
HSL color Cylindrical-coordinate representation of color #6685FE: hue angle of 227.76º 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 #6685FE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 133 | 254 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.00 |
| HSL | 227.76º | 0.99% | 0.7% | - |
| HSV(B) | 227.76º | 0.6% | 1% | - |
| XYZ | 31.76 | 26.76 | 97.26 | - |
| YUV | 137.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 254 | 0.60 | 0.48 | 0 | 0.00 | 227.76 | 0.99 | 0.7 |
| Hex | 66 | 85 | FE | 3C | 30 | 0 | 0 | E4 | 63 | 46 |
| Octal | 146 | 205 | 376 | 74 | 60 | 0 | 0 | 344 | 143 | 106 |
| Binary | 1100110 | 10000101 | 11111110 | 111100 | 110000 | 0 | 0 | 11100100 | 1100011 | 1000110 |
Color Harmonies of #6685FE
Complementary color
Monochromatic Colors of #6685FE
Black with #6685FE
Text Example
Text Example
White with #6685FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685FE; }
p { color: rgb(102,133,254); }
H1.HeaderClassName
{
color: #6685FE;
}
.AnyTagClassName
{
color: #6685FE;
}
</style>
background-color css
<style>
a { background-color: #6685FE; }
a { background-color: rgb(102,133,254); }
div.DivClassName
{
background-color: #6685FE;
}
.BgClassName
{
background-color: #6685FE;
}
</style>
border-color css
<style>
span { border-color: #6685FE; }
span { border-color: rgb(102,133,254); }
td.TdClassName
{
border-color: #6685FE;
}
.TagClassName
{
border-color: #6685FE;
}
</style>