Shades of Cornflower Blue #6797FA
Tints of Cornflower Blue #6797FA
RGB
CMYK
RGB Variations
Color information
#6797FA (or 0x6797FA) is known color: Cornflower Blue. HEX triplet: 67, 97 and FA. RGB value is (103,151,250). Sum of RGB (Red+Green+Blue) = 103+151+250=504 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.44% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #6797FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6797FA is #986805. Grayscale: #939393. Windows color (decimal): -9988102 or 16422759. OLE color: 16422759.
HSL color Cylindrical-coordinate representation of color #6797FA: hue angle of 220.41º 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 #6797FA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 151 | 250 | - |
| CMYK | 0.59 | 0.40 | 0 | 0.02 |
| HSL | 220.41º | 0.94% | 0.69% | - |
| HSV(B) | 220.41º | 0.59% | 0.98% | - |
| XYZ | 33.92 | 31.92 | 94.82 | - |
| YUV | 147.93 | 185.6 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 151 | 250 | 0.59 | 0.40 | 0 | 0.02 | 220.41 | 0.94 | 0.69 |
| Hex | 67 | 97 | FA | 3B | 28 | 0 | 2 | DC | 5E | 45 |
| Octal | 147 | 227 | 372 | 73 | 50 | 0 | 2 | 334 | 136 | 105 |
| Binary | 1100111 | 10010111 | 11111010 | 111011 | 101000 | 0 | 10 | 11011100 | 1011110 | 1000101 |
Color Harmonies of #6797FA
Complementary color
Monochromatic Colors of #6797FA
Black with #6797FA
Text Example
Text Example
White with #6797FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6797FA; }
p { color: rgb(103,151,250); }
H1.HeaderClassName
{
color: #6797FA;
}
.AnyTagClassName
{
color: #6797FA;
}
</style>
background-color css
<style>
a { background-color: #6797FA; }
a { background-color: rgb(103,151,250); }
div.DivClassName
{
background-color: #6797FA;
}
.BgClassName
{
background-color: #6797FA;
}
</style>
border-color css
<style>
span { border-color: #6797FA; }
span { border-color: rgb(103,151,250); }
td.TdClassName
{
border-color: #6797FA;
}
.TagClassName
{
border-color: #6797FA;
}
</style>