Shades of Cornflower Blue #6B9BDC
Tints of Cornflower Blue #6B9BDC
RGB
CMYK
RGB Variations
Color information
#6B9BDC (or 0x6B9BDC) is known color: Cornflower Blue. HEX triplet: 6B, 9B and DC. RGB value is (107,155,220). Sum of RGB (Red+Green+Blue) = 107+155+220=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 155 (60.94% from 255 or 32.16% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B9BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BDC is #946423. Grayscale: #939393. Windows color (decimal): -9724964 or 14457707. OLE color: 14457707.
HSL color Cylindrical-coordinate representation of color #6B9BDC: hue angle of 214.51º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B9BDC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 155 | 220 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.14 |
| HSL | 214.51º | 0.62% | 0.64% | - |
| HSV(B) | 214.51º | 0.51% | 0.86% | - |
| XYZ | 30.7 | 31.74 | 72.22 | - |
| YUV | 148.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 220 | 0.51 | 0.30 | 0 | 0.14 | 214.51 | 0.62 | 0.64 |
| Hex | 6B | 9B | DC | 33 | 1E | 0 | E | D7 | 3E | 40 |
| Octal | 153 | 233 | 334 | 63 | 36 | 0 | 16 | 327 | 76 | 100 |
| Binary | 1101011 | 10011011 | 11011100 | 110011 | 11110 | 0 | 1110 | 11010111 | 111110 | 1000000 |
Color Harmonies of #6B9BDC
Complementary color
Monochromatic Colors of #6B9BDC
Black with #6B9BDC
Text Example
Text Example
White with #6B9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9BDC; }
p { color: rgb(107,155,220); }
H1.HeaderClassName
{
color: #6B9BDC;
}
.AnyTagClassName
{
color: #6B9BDC;
}
</style>
background-color css
<style>
a { background-color: #6B9BDC; }
a { background-color: rgb(107,155,220); }
div.DivClassName
{
background-color: #6B9BDC;
}
.BgClassName
{
background-color: #6B9BDC;
}
</style>
border-color css
<style>
span { border-color: #6B9BDC; }
span { border-color: rgb(107,155,220); }
td.TdClassName
{
border-color: #6B9BDC;
}
.TagClassName
{
border-color: #6B9BDC;
}
</style>