Shades of Cornflower Blue #6B8CEA
Tints of Cornflower Blue #6B8CEA
RGB
CMYK
RGB Variations
Color information
#6B8CEA (or 0x6B8CEA) is known color: Cornflower Blue. HEX triplet: 6B, 8C and EA. RGB value is (107,140,234). Sum of RGB (Red+Green+Blue) = 107+140+234=481 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.25% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B8CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8CEA is #947315. Grayscale: #8C8C8C. Windows color (decimal): -9728790 or 15371371. OLE color: 15371371.
HSL color Cylindrical-coordinate representation of color #6B8CEA: hue angle of 224.41º degrees, saturation: 0.75, 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 #6B8CEA is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 140 | 234 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.08 |
| HSL | 224.41º | 0.75% | 0.67% | - |
| HSV(B) | 224.41º | 0.54% | 0.92% | - |
| XYZ | 30.29 | 27.82 | 81.62 | - |
| YUV | 140.85 | 180.57 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 234 | 0.54 | 0.40 | 0 | 0.08 | 224.41 | 0.75 | 0.67 |
| Hex | 6B | 8C | EA | 36 | 28 | 0 | 8 | E0 | 4B | 43 |
| Octal | 153 | 214 | 352 | 66 | 50 | 0 | 10 | 340 | 113 | 103 |
| Binary | 1101011 | 10001100 | 11101010 | 110110 | 101000 | 0 | 1000 | 11100000 | 1001011 | 1000011 |
Color Harmonies of #6B8CEA
Complementary color
Monochromatic Colors of #6B8CEA
Black with #6B8CEA
Text Example
Text Example
White with #6B8CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8CEA; }
p { color: rgb(107,140,234); }
H1.HeaderClassName
{
color: #6B8CEA;
}
.AnyTagClassName
{
color: #6B8CEA;
}
</style>
background-color css
<style>
a { background-color: #6B8CEA; }
a { background-color: rgb(107,140,234); }
div.DivClassName
{
background-color: #6B8CEA;
}
.BgClassName
{
background-color: #6B8CEA;
}
</style>
border-color css
<style>
span { border-color: #6B8CEA; }
span { border-color: rgb(107,140,234); }
td.TdClassName
{
border-color: #6B8CEA;
}
.TagClassName
{
border-color: #6B8CEA;
}
</style>