Shades of Cornflower Blue #6795FA
Tints of Cornflower Blue #6795FA
RGB
CMYK
RGB Variations
Color information
#6795FA (or 0x6795FA) is known color: Cornflower Blue. HEX triplet: 67, 95 and FA. RGB value is (103,149,250). Sum of RGB (Red+Green+Blue) = 103+149+250=502 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.52% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #6795FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6795FA is #986A05. Grayscale: #929292. Windows color (decimal): -9988614 or 16422247. OLE color: 16422247.
HSL color Cylindrical-coordinate representation of color #6795FA: hue angle of 221.22º 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 #6795FA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 149 | 250 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.02 |
| HSL | 221.22º | 0.94% | 0.69% | - |
| HSV(B) | 221.22º | 0.59% | 0.98% | - |
| XYZ | 33.6 | 31.28 | 94.71 | - |
| YUV | 146.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 250 | 0.59 | 0.40 | 0 | 0.02 | 221.22 | 0.94 | 0.69 |
| Hex | 67 | 95 | FA | 3B | 28 | 0 | 2 | DD | 5E | 45 |
| Octal | 147 | 225 | 372 | 73 | 50 | 0 | 2 | 335 | 136 | 105 |
| Binary | 1100111 | 10010101 | 11111010 | 111011 | 101000 | 0 | 10 | 11011101 | 1011110 | 1000101 |
Color Harmonies of #6795FA
Complementary color
Monochromatic Colors of #6795FA
Black with #6795FA
Text Example
Text Example
White with #6795FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6795FA; }
p { color: rgb(103,149,250); }
H1.HeaderClassName
{
color: #6795FA;
}
.AnyTagClassName
{
color: #6795FA;
}
</style>
background-color css
<style>
a { background-color: #6795FA; }
a { background-color: rgb(103,149,250); }
div.DivClassName
{
background-color: #6795FA;
}
.BgClassName
{
background-color: #6795FA;
}
</style>
border-color css
<style>
span { border-color: #6795FA; }
span { border-color: rgb(103,149,250); }
td.TdClassName
{
border-color: #6795FA;
}
.TagClassName
{
border-color: #6795FA;
}
</style>