Shades of Cornflower Blue #6795DA
Tints of Cornflower Blue #6795DA
RGB
CMYK
RGB Variations
Color information
#6795DA (or 0x6795DA) is known color: Cornflower Blue. HEX triplet: 67, 95 and DA. RGB value is (103,149,218). Sum of RGB (Red+Green+Blue) = 103+149+218=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #6795DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6795DA is #986A25. Grayscale: #8E8E8E. Windows color (decimal): -9988646 or 14325095. OLE color: 14325095.
HSL color Cylindrical-coordinate representation of color #6795DA: hue angle of 216º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6795DA is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 149 | 218 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.15 |
| HSL | 216º | 0.61% | 0.63% | - |
| HSV(B) | 216º | 0.53% | 0.85% | - |
| XYZ | 29 | 29.44 | 70.48 | - |
| YUV | 143.11 | 170.26 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 218 | 0.53 | 0.32 | 0 | 0.15 | 216 | 0.61 | 0.63 |
| Hex | 67 | 95 | DA | 35 | 20 | 0 | F | D8 | 3D | 3F |
| Octal | 147 | 225 | 332 | 65 | 40 | 0 | 17 | 330 | 75 | 77 |
| Binary | 1100111 | 10010101 | 11011010 | 110101 | 100000 | 0 | 1111 | 11011000 | 111101 | 111111 |
Color Harmonies of #6795DA
Complementary color
Monochromatic Colors of #6795DA
Black with #6795DA
Text Example
Text Example
White with #6795DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6795DA; }
p { color: rgb(103,149,218); }
H1.HeaderClassName
{
color: #6795DA;
}
.AnyTagClassName
{
color: #6795DA;
}
</style>
background-color css
<style>
a { background-color: #6795DA; }
a { background-color: rgb(103,149,218); }
div.DivClassName
{
background-color: #6795DA;
}
.BgClassName
{
background-color: #6795DA;
}
</style>
border-color css
<style>
span { border-color: #6795DA; }
span { border-color: rgb(103,149,218); }
td.TdClassName
{
border-color: #6795DA;
}
.TagClassName
{
border-color: #6795DA;
}
</style>