Shades of Cornflower Blue #6B8CEB
Tints of Cornflower Blue #6B8CEB
RGB
CMYK
RGB Variations
Color information
#6B8CEB (or 0x6B8CEB) is known color: Cornflower Blue. HEX triplet: 6B, 8C and EB. RGB value is (107,140,235). Sum of RGB (Red+Green+Blue) = 107+140+235=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8CEB is #947314. Grayscale: #8C8C8C. Windows color (decimal): -9728789 or 15436907. OLE color: 15436907.
HSL color Cylindrical-coordinate representation of color #6B8CEB: hue angle of 224.53º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B8CEB is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 140 | 235 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.08 |
| HSL | 224.53º | 0.76% | 0.67% | - |
| HSV(B) | 224.53º | 0.54% | 0.92% | - |
| XYZ | 30.44 | 27.88 | 82.37 | - |
| YUV | 140.96 | 181.07 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 235 | 0.54 | 0.40 | 0 | 0.08 | 224.53 | 0.76 | 0.67 |
| Hex | 6B | 8C | EB | 36 | 28 | 0 | 8 | E1 | 4C | 43 |
| Octal | 153 | 214 | 353 | 66 | 50 | 0 | 10 | 341 | 114 | 103 |
| Binary | 1101011 | 10001100 | 11101011 | 110110 | 101000 | 0 | 1000 | 11100001 | 1001100 | 1000011 |
Color Harmonies of #6B8CEB
Complementary color
Monochromatic Colors of #6B8CEB
Black with #6B8CEB
Text Example
Text Example
White with #6B8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8CEB; }
p { color: rgb(107,140,235); }
H1.HeaderClassName
{
color: #6B8CEB;
}
.AnyTagClassName
{
color: #6B8CEB;
}
</style>
background-color css
<style>
a { background-color: #6B8CEB; }
a { background-color: rgb(107,140,235); }
div.DivClassName
{
background-color: #6B8CEB;
}
.BgClassName
{
background-color: #6B8CEB;
}
</style>
border-color css
<style>
span { border-color: #6B8CEB; }
span { border-color: rgb(107,140,235); }
td.TdClassName
{
border-color: #6B8CEB;
}
.TagClassName
{
border-color: #6B8CEB;
}
</style>