Shades of Cornflower Blue #6D9CFB
Tints of Cornflower Blue #6D9CFB
RGB
CMYK
RGB Variations
Color information
#6D9CFB (or 0x6D9CFB) is known color: Cornflower Blue. HEX triplet: 6D, 9C and FB. RGB value is (109,156,251). Sum of RGB (Red+Green+Blue) = 109+156+251=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6D9CFB is #926304. Grayscale: #989898. Windows color (decimal): -9593605 or 16489581. OLE color: 16489581.
HSL color Cylindrical-coordinate representation of color #6D9CFB: hue angle of 220.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D9CFB is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 156 | 251 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.02 |
| HSL | 220.14º | 0.95% | 0.71% | - |
| HSV(B) | 220.14º | 0.57% | 0.98% | - |
| XYZ | 35.61 | 33.99 | 95.95 | - |
| YUV | 152.78 | 183.43 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 251 | 0.57 | 0.38 | 0 | 0.02 | 220.14 | 0.95 | 0.71 |
| Hex | 6D | 9C | FB | 39 | 26 | 0 | 2 | DC | 5F | 47 |
| Octal | 155 | 234 | 373 | 71 | 46 | 0 | 2 | 334 | 137 | 107 |
| Binary | 1101101 | 10011100 | 11111011 | 111001 | 100110 | 0 | 10 | 11011100 | 1011111 | 1000111 |
Color Harmonies of #6D9CFB
Complementary color
Monochromatic Colors of #6D9CFB
Black with #6D9CFB
Text Example
Text Example
White with #6D9CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9CFB; }
p { color: rgb(109,156,251); }
H1.HeaderClassName
{
color: #6D9CFB;
}
.AnyTagClassName
{
color: #6D9CFB;
}
</style>
background-color css
<style>
a { background-color: #6D9CFB; }
a { background-color: rgb(109,156,251); }
div.DivClassName
{
background-color: #6D9CFB;
}
.BgClassName
{
background-color: #6D9CFB;
}
</style>
border-color css
<style>
span { border-color: #6D9CFB; }
span { border-color: rgb(109,156,251); }
td.TdClassName
{
border-color: #6D9CFB;
}
.TagClassName
{
border-color: #6D9CFB;
}
</style>