Shades of Cornflower Blue #6B9BEC
Tints of Cornflower Blue #6B9BEC
RGB
CMYK
RGB Variations
Color information
#6B9BEC (or 0x6B9BEC) is known color: Cornflower Blue. HEX triplet: 6B, 9B and EC. RGB value is (107,155,236). Sum of RGB (Red+Green+Blue) = 107+155+236=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B9BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B9BEC is #946413. Grayscale: #959595. Windows color (decimal): -9724948 or 15506283. OLE color: 15506283.
HSL color Cylindrical-coordinate representation of color #6B9BEC: hue angle of 217.67º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9BEC is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 155 | 236 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.07 |
| HSL | 217.67º | 0.77% | 0.67% | - |
| HSV(B) | 217.67º | 0.55% | 0.93% | - |
| XYZ | 32.93 | 32.62 | 83.92 | - |
| YUV | 149.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 236 | 0.55 | 0.34 | 0 | 0.07 | 217.67 | 0.77 | 0.67 |
| Hex | 6B | 9B | EC | 37 | 22 | 0 | 7 | DA | 4D | 43 |
| Octal | 153 | 233 | 354 | 67 | 42 | 0 | 7 | 332 | 115 | 103 |
| Binary | 1101011 | 10011011 | 11101100 | 110111 | 100010 | 0 | 111 | 11011010 | 1001101 | 1000011 |
Color Harmonies of #6B9BEC
Complementary color
Monochromatic Colors of #6B9BEC
Black with #6B9BEC
Text Example
Text Example
White with #6B9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9BEC; }
p { color: rgb(107,155,236); }
H1.HeaderClassName
{
color: #6B9BEC;
}
.AnyTagClassName
{
color: #6B9BEC;
}
</style>
background-color css
<style>
a { background-color: #6B9BEC; }
a { background-color: rgb(107,155,236); }
div.DivClassName
{
background-color: #6B9BEC;
}
.BgClassName
{
background-color: #6B9BEC;
}
</style>
border-color css
<style>
span { border-color: #6B9BEC; }
span { border-color: rgb(107,155,236); }
td.TdClassName
{
border-color: #6B9BEC;
}
.TagClassName
{
border-color: #6B9BEC;
}
</style>