Shades of Cornflower Blue #6B9CFC
Tints of Cornflower Blue #6B9CFC
RGB
CMYK
RGB Variations
Color information
#6B9CFC (or 0x6B9CFC) is known color: Cornflower Blue. HEX triplet: 6B, 9C and FC. RGB value is (107,156,252). Sum of RGB (Red+Green+Blue) = 107+156+252=515 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.78% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B9CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9CFC is #946303. Grayscale: #979797. Windows color (decimal): -9724676 or 16555115. OLE color: 16555115.
HSL color Cylindrical-coordinate representation of color #6B9CFC: hue angle of 219.72º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B9CFC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 156 | 252 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.01 |
| HSL | 219.72º | 0.96% | 0.7% | - |
| HSV(B) | 219.72º | 0.58% | 0.99% | - |
| XYZ | 35.52 | 33.93 | 96.77 | - |
| YUV | 152.29 | 184.27 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 252 | 0.58 | 0.38 | 0 | 0.01 | 219.72 | 0.96 | 0.7 |
| Hex | 6B | 9C | FC | 3A | 26 | 0 | 1 | DC | 60 | 46 |
| Octal | 153 | 234 | 374 | 72 | 46 | 0 | 1 | 334 | 140 | 106 |
| Binary | 1101011 | 10011100 | 11111100 | 111010 | 100110 | 0 | 1 | 11011100 | 1100000 | 1000110 |
Color Harmonies of #6B9CFC
Complementary color
Monochromatic Colors of #6B9CFC
Black with #6B9CFC
Text Example
Text Example
White with #6B9CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9CFC; }
p { color: rgb(107,156,252); }
H1.HeaderClassName
{
color: #6B9CFC;
}
.AnyTagClassName
{
color: #6B9CFC;
}
</style>
background-color css
<style>
a { background-color: #6B9CFC; }
a { background-color: rgb(107,156,252); }
div.DivClassName
{
background-color: #6B9CFC;
}
.BgClassName
{
background-color: #6B9CFC;
}
</style>
border-color css
<style>
span { border-color: #6B9CFC; }
span { border-color: rgb(107,156,252); }
td.TdClassName
{
border-color: #6B9CFC;
}
.TagClassName
{
border-color: #6B9CFC;
}
</style>