Shades of Cornflower Blue #6795FE
Tints of Cornflower Blue #6795FE
RGB
CMYK
RGB Variations
Color information
#6795FE (or 0x6795FE) is known color: Cornflower Blue. HEX triplet: 67, 95 and FE. RGB value is (103,149,254). Sum of RGB (Red+Green+Blue) = 103+149+254=506 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.36% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #6795FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6795FE is #986A01. Grayscale: #929292. Windows color (decimal): -9988610 or 16684391. OLE color: 16684391.
HSL color Cylindrical-coordinate representation of color #6795FE: hue angle of 221.72º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6795FE is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 103 | 149 | 254 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.00 |
| HSL | 221.72º | 0.99% | 0.7% | - |
| HSV(B) | 221.72º | 0.59% | 1% | - |
| XYZ | 34.23 | 31.53 | 98.05 | - |
| YUV | 147.22 | 188.26 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 254 | 0.59 | 0.41 | 0 | 0.00 | 221.72 | 0.99 | 0.7 |
| Hex | 67 | 95 | FE | 3B | 29 | 0 | 0 | DE | 63 | 46 |
| Octal | 147 | 225 | 376 | 73 | 51 | 0 | 0 | 336 | 143 | 106 |
| Binary | 1100111 | 10010101 | 11111110 | 111011 | 101001 | 0 | 0 | 11011110 | 1100011 | 1000110 |
Color Harmonies of #6795FE
Complementary color
Monochromatic Colors of #6795FE
Black with #6795FE
Text Example
Text Example
White with #6795FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6795FE; }
p { color: rgb(103,149,254); }
H1.HeaderClassName
{
color: #6795FE;
}
.AnyTagClassName
{
color: #6795FE;
}
</style>
background-color css
<style>
a { background-color: #6795FE; }
a { background-color: rgb(103,149,254); }
div.DivClassName
{
background-color: #6795FE;
}
.BgClassName
{
background-color: #6795FE;
}
</style>
border-color css
<style>
span { border-color: #6795FE; }
span { border-color: rgb(103,149,254); }
td.TdClassName
{
border-color: #6795FE;
}
.TagClassName
{
border-color: #6795FE;
}
</style>