Shades of Cornflower Blue #6781FC
Tints of Cornflower Blue #6781FC
RGB
CMYK
RGB Variations
Color information
#6781FC (or 0x6781FC) is known color: Cornflower Blue. HEX triplet: 67, 81 and FC. RGB value is (103,129,252). Sum of RGB (Red+Green+Blue) = 103+129+252=484 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.28% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #6781FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6781FC is #987E03. Grayscale: #868686. Windows color (decimal): -9993732 or 16548199. OLE color: 16548199.
HSL color Cylindrical-coordinate representation of color #6781FC: hue angle of 229.53º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6781FC is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 103 | 129 | 252 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.01 |
| HSL | 229.53º | 0.96% | 0.7% | - |
| HSV(B) | 229.53º | 0.59% | 0.99% | - |
| XYZ | 31.01 | 25.61 | 95.4 | - |
| YUV | 135.25 | 193.89 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 129 | 252 | 0.59 | 0.49 | 0 | 0.01 | 229.53 | 0.96 | 0.7 |
| Hex | 67 | 81 | FC | 3B | 31 | 0 | 1 | E6 | 60 | 46 |
| Octal | 147 | 201 | 374 | 73 | 61 | 0 | 1 | 346 | 140 | 106 |
| Binary | 1100111 | 10000001 | 11111100 | 111011 | 110001 | 0 | 1 | 11100110 | 1100000 | 1000110 |
Color Harmonies of #6781FC
Complementary color
Monochromatic Colors of #6781FC
Black with #6781FC
Text Example
Text Example
White with #6781FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6781FC; }
p { color: rgb(103,129,252); }
H1.HeaderClassName
{
color: #6781FC;
}
.AnyTagClassName
{
color: #6781FC;
}
</style>
background-color css
<style>
a { background-color: #6781FC; }
a { background-color: rgb(103,129,252); }
div.DivClassName
{
background-color: #6781FC;
}
.BgClassName
{
background-color: #6781FC;
}
</style>
border-color css
<style>
span { border-color: #6781FC; }
span { border-color: rgb(103,129,252); }
td.TdClassName
{
border-color: #6781FC;
}
.TagClassName
{
border-color: #6781FC;
}
</style>