Shades of Cornflower Blue #6785FA
Tints of Cornflower Blue #6785FA
RGB
CMYK
RGB Variations
Color information
#6785FA (or 0x6785FA) is known color: Cornflower Blue. HEX triplet: 67, 85 and FA. RGB value is (103,133,250). Sum of RGB (Red+Green+Blue) = 103+133+250=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #6785FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6785FA is #987A05. Grayscale: #888888. Windows color (decimal): -9992710 or 16418151. OLE color: 16418151.
HSL color Cylindrical-coordinate representation of color #6785FA: hue angle of 227.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6785FA is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 133 | 250 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.02 |
| HSL | 227.76º | 0.94% | 0.69% | - |
| HSV(B) | 227.76º | 0.59% | 0.98% | - |
| XYZ | 31.24 | 26.56 | 93.92 | - |
| YUV | 137.37 | 191.56 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 250 | 0.59 | 0.47 | 0 | 0.02 | 227.76 | 0.94 | 0.69 |
| Hex | 67 | 85 | FA | 3B | 2F | 0 | 2 | E4 | 5E | 45 |
| Octal | 147 | 205 | 372 | 73 | 57 | 0 | 2 | 344 | 136 | 105 |
| Binary | 1100111 | 10000101 | 11111010 | 111011 | 101111 | 0 | 10 | 11100100 | 1011110 | 1000101 |
Color Harmonies of #6785FA
Complementary color
Monochromatic Colors of #6785FA
Black with #6785FA
Text Example
Text Example
White with #6785FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6785FA; }
p { color: rgb(103,133,250); }
H1.HeaderClassName
{
color: #6785FA;
}
.AnyTagClassName
{
color: #6785FA;
}
</style>
background-color css
<style>
a { background-color: #6785FA; }
a { background-color: rgb(103,133,250); }
div.DivClassName
{
background-color: #6785FA;
}
.BgClassName
{
background-color: #6785FA;
}
</style>
border-color css
<style>
span { border-color: #6785FA; }
span { border-color: rgb(103,133,250); }
td.TdClassName
{
border-color: #6785FA;
}
.TagClassName
{
border-color: #6785FA;
}
</style>