Shades of Cornflower Blue #6785FB
Tints of Cornflower Blue #6785FB
RGB
CMYK
RGB Variations
Color information
#6785FB (or 0x6785FB) is known color: Cornflower Blue. HEX triplet: 67, 85 and FB. RGB value is (103,133,251). Sum of RGB (Red+Green+Blue) = 103+133+251=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #6785FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6785FB is #987A04. Grayscale: #888888. Windows color (decimal): -9992709 or 16483687. OLE color: 16483687.
HSL color Cylindrical-coordinate representation of color #6785FB: hue angle of 227.84º degrees, saturation: 0.95, 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 #6785FB is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 133 | 251 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.02 |
| HSL | 227.84º | 0.95% | 0.69% | - |
| HSV(B) | 227.84º | 0.59% | 0.98% | - |
| XYZ | 31.39 | 26.62 | 94.75 | - |
| YUV | 137.48 | 192.06 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 251 | 0.59 | 0.47 | 0 | 0.02 | 227.84 | 0.95 | 0.69 |
| Hex | 67 | 85 | FB | 3B | 2F | 0 | 2 | E4 | 5F | 45 |
| Octal | 147 | 205 | 373 | 73 | 57 | 0 | 2 | 344 | 137 | 105 |
| Binary | 1100111 | 10000101 | 11111011 | 111011 | 101111 | 0 | 10 | 11100100 | 1011111 | 1000101 |
Color Harmonies of #6785FB
Complementary color
Monochromatic Colors of #6785FB
Black with #6785FB
Text Example
Text Example
White with #6785FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6785FB; }
p { color: rgb(103,133,251); }
H1.HeaderClassName
{
color: #6785FB;
}
.AnyTagClassName
{
color: #6785FB;
}
</style>
background-color css
<style>
a { background-color: #6785FB; }
a { background-color: rgb(103,133,251); }
div.DivClassName
{
background-color: #6785FB;
}
.BgClassName
{
background-color: #6785FB;
}
</style>
border-color css
<style>
span { border-color: #6785FB; }
span { border-color: rgb(103,133,251); }
td.TdClassName
{
border-color: #6785FB;
}
.TagClassName
{
border-color: #6785FB;
}
</style>