Shades of Cornflower Blue #6685FC
Tints of Cornflower Blue #6685FC
RGB
CMYK
RGB Variations
Color information
#6685FC (or 0x6685FC) is known color: Cornflower Blue. HEX triplet: 66, 85 and FC. RGB value is (102,133,252). Sum of RGB (Red+Green+Blue) = 102+133+252=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #6685FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6685FC is #997A03. Grayscale: #888888. Windows color (decimal): -10058244 or 16549222. OLE color: 16549222.
HSL color Cylindrical-coordinate representation of color #6685FC: hue angle of 227.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 #6685FC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 133 | 252 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.01 |
| HSL | 227.6º | 0.96% | 0.69% | - |
| HSV(B) | 227.6º | 0.6% | 0.99% | - |
| XYZ | 31.44 | 26.63 | 95.58 | - |
| YUV | 137.3 | 192.73 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 252 | 0.60 | 0.47 | 0 | 0.01 | 227.6 | 0.96 | 0.69 |
| Hex | 66 | 85 | FC | 3C | 2F | 0 | 1 | E4 | 60 | 45 |
| Octal | 146 | 205 | 374 | 74 | 57 | 0 | 1 | 344 | 140 | 105 |
| Binary | 1100110 | 10000101 | 11111100 | 111100 | 101111 | 0 | 1 | 11100100 | 1100000 | 1000101 |
Color Harmonies of #6685FC
Complementary color
Monochromatic Colors of #6685FC
Black with #6685FC
Text Example
Text Example
White with #6685FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6685FC; }
p { color: rgb(102,133,252); }
H1.HeaderClassName
{
color: #6685FC;
}
.AnyTagClassName
{
color: #6685FC;
}
</style>
background-color css
<style>
a { background-color: #6685FC; }
a { background-color: rgb(102,133,252); }
div.DivClassName
{
background-color: #6685FC;
}
.BgClassName
{
background-color: #6685FC;
}
</style>
border-color css
<style>
span { border-color: #6685FC; }
span { border-color: rgb(102,133,252); }
td.TdClassName
{
border-color: #6685FC;
}
.TagClassName
{
border-color: #6685FC;
}
</style>