Shades of Cornflower Blue #6795F3
Tints of Cornflower Blue #6795F3
RGB
CMYK
RGB Variations
Color information
#6795F3 (or 0x6795F3) is known color: Cornflower Blue. HEX triplet: 67, 95 and F3. RGB value is (103,149,243). Sum of RGB (Red+Green+Blue) = 103+149+243=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #6795F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6795F3 is #986A0C. Grayscale: #919191. Windows color (decimal): -9988621 or 15963495. OLE color: 15963495.
HSL color Cylindrical-coordinate representation of color #6795F3: hue angle of 220.29º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6795F3 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 149 | 243 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.05 |
| HSL | 220.29º | 0.85% | 0.68% | - |
| HSV(B) | 220.29º | 0.58% | 0.95% | - |
| XYZ | 32.52 | 30.85 | 89.03 | - |
| YUV | 145.96 | 182.76 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 149 | 243 | 0.58 | 0.39 | 0 | 0.05 | 220.29 | 0.85 | 0.68 |
| Hex | 67 | 95 | F3 | 3A | 27 | 0 | 5 | DC | 55 | 44 |
| Octal | 147 | 225 | 363 | 72 | 47 | 0 | 5 | 334 | 125 | 104 |
| Binary | 1100111 | 10010101 | 11110011 | 111010 | 100111 | 0 | 101 | 11011100 | 1010101 | 1000100 |
Color Harmonies of #6795F3
Complementary color
Monochromatic Colors of #6795F3
Black with #6795F3
Text Example
Text Example
White with #6795F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6795F3; }
p { color: rgb(103,149,243); }
H1.HeaderClassName
{
color: #6795F3;
}
.AnyTagClassName
{
color: #6795F3;
}
</style>
background-color css
<style>
a { background-color: #6795F3; }
a { background-color: rgb(103,149,243); }
div.DivClassName
{
background-color: #6795F3;
}
.BgClassName
{
background-color: #6795F3;
}
</style>
border-color css
<style>
span { border-color: #6795F3; }
span { border-color: rgb(103,149,243); }
td.TdClassName
{
border-color: #6795F3;
}
.TagClassName
{
border-color: #6795F3;
}
</style>