Shades of Cornflower Blue #6D9CF2
Tints of Cornflower Blue #6D9CF2
RGB
CMYK
RGB Variations
Color information
#6D9CF2 (or 0x6D9CF2) is known color: Cornflower Blue. HEX triplet: 6D, 9C and F2. RGB value is (109,156,242). Sum of RGB (Red+Green+Blue) = 109+156+242=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D9CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9CF2 is #92630D. Grayscale: #979797. Windows color (decimal): -9593614 or 15899757. OLE color: 15899757.
HSL color Cylindrical-coordinate representation of color #6D9CF2: hue angle of 218.8º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D9CF2 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 156 | 242 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.05 |
| HSL | 218.8º | 0.84% | 0.69% | - |
| HSV(B) | 218.8º | 0.55% | 0.95% | - |
| XYZ | 34.22 | 33.44 | 88.66 | - |
| YUV | 151.75 | 178.93 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 242 | 0.55 | 0.36 | 0 | 0.05 | 218.8 | 0.84 | 0.69 |
| Hex | 6D | 9C | F2 | 37 | 24 | 0 | 5 | DB | 54 | 45 |
| Octal | 155 | 234 | 362 | 67 | 44 | 0 | 5 | 333 | 124 | 105 |
| Binary | 1101101 | 10011100 | 11110010 | 110111 | 100100 | 0 | 101 | 11011011 | 1010100 | 1000101 |
Color Harmonies of #6D9CF2
Complementary color
Monochromatic Colors of #6D9CF2
Black with #6D9CF2
Text Example
Text Example
White with #6D9CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CF2; }
p { color: rgb(109,156,242); }
H1.HeaderClassName
{
color: #6D9CF2;
}
.AnyTagClassName
{
color: #6D9CF2;
}
</style>
background-color css
<style>
a { background-color: #6D9CF2; }
a { background-color: rgb(109,156,242); }
div.DivClassName
{
background-color: #6D9CF2;
}
.BgClassName
{
background-color: #6D9CF2;
}
</style>
border-color css
<style>
span { border-color: #6D9CF2; }
span { border-color: rgb(109,156,242); }
td.TdClassName
{
border-color: #6D9CF2;
}
.TagClassName
{
border-color: #6D9CF2;
}
</style>