Shades of Cornflower Blue #6B9BDD
Tints of Cornflower Blue #6B9BDD
RGB
CMYK
RGB Variations
Color information
#6B9BDD (or 0x6B9BDD) is known color: Cornflower Blue. HEX triplet: 6B, 9B and DD. RGB value is (107,155,221). Sum of RGB (Red+Green+Blue) = 107+155+221=483 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.15% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B9BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BDD is #946422. Grayscale: #939393. Windows color (decimal): -9724963 or 14523243. OLE color: 14523243.
HSL color Cylindrical-coordinate representation of color #6B9BDD: hue angle of 214.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B9BDD is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 155 | 221 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.13 |
| HSL | 214.74º | 0.63% | 0.64% | - |
| HSV(B) | 214.74º | 0.52% | 0.87% | - |
| XYZ | 30.84 | 31.79 | 72.92 | - |
| YUV | 148.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 221 | 0.52 | 0.30 | 0 | 0.13 | 214.74 | 0.63 | 0.64 |
| Hex | 6B | 9B | DD | 34 | 1E | 0 | D | D7 | 3F | 40 |
| Octal | 153 | 233 | 335 | 64 | 36 | 0 | 15 | 327 | 77 | 100 |
| Binary | 1101011 | 10011011 | 11011101 | 110100 | 11110 | 0 | 1101 | 11010111 | 111111 | 1000000 |
Color Harmonies of #6B9BDD
Complementary color
Monochromatic Colors of #6B9BDD
Black with #6B9BDD
Text Example
Text Example
White with #6B9BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9BDD; }
p { color: rgb(107,155,221); }
H1.HeaderClassName
{
color: #6B9BDD;
}
.AnyTagClassName
{
color: #6B9BDD;
}
</style>
background-color css
<style>
a { background-color: #6B9BDD; }
a { background-color: rgb(107,155,221); }
div.DivClassName
{
background-color: #6B9BDD;
}
.BgClassName
{
background-color: #6B9BDD;
}
</style>
border-color css
<style>
span { border-color: #6B9BDD; }
span { border-color: rgb(107,155,221); }
td.TdClassName
{
border-color: #6B9BDD;
}
.TagClassName
{
border-color: #6B9BDD;
}
</style>