Shades of Cornflower Blue #6B8BEA
Tints of Cornflower Blue #6B8BEA
RGB
CMYK
RGB Variations
Color information
#6B8BEA (or 0x6B8BEA) is known color: Cornflower Blue. HEX triplet: 6B, 8B and EA. RGB value is (107,139,234). Sum of RGB (Red+Green+Blue) = 107+139+234=480 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.29% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B8BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B8BEA is #947415. Grayscale: #8B8B8B. Windows color (decimal): -9729046 or 15371115. OLE color: 15371115.
HSL color Cylindrical-coordinate representation of color #6B8BEA: hue angle of 224.88º 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 #6B8BEA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 139 | 234 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.08 |
| HSL | 224.88º | 0.75% | 0.67% | - |
| HSV(B) | 224.88º | 0.54% | 0.92% | - |
| XYZ | 30.15 | 27.53 | 81.57 | - |
| YUV | 140.26 | 180.9 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 234 | 0.54 | 0.41 | 0 | 0.08 | 224.88 | 0.75 | 0.67 |
| Hex | 6B | 8B | EA | 36 | 29 | 0 | 8 | E1 | 4B | 43 |
| Octal | 153 | 213 | 352 | 66 | 51 | 0 | 10 | 341 | 113 | 103 |
| Binary | 1101011 | 10001011 | 11101010 | 110110 | 101001 | 0 | 1000 | 11100001 | 1001011 | 1000011 |
Color Harmonies of #6B8BEA
Complementary color
Monochromatic Colors of #6B8BEA
Black with #6B8BEA
Text Example
Text Example
White with #6B8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8BEA; }
p { color: rgb(107,139,234); }
H1.HeaderClassName
{
color: #6B8BEA;
}
.AnyTagClassName
{
color: #6B8BEA;
}
</style>
background-color css
<style>
a { background-color: #6B8BEA; }
a { background-color: rgb(107,139,234); }
div.DivClassName
{
background-color: #6B8BEA;
}
.BgClassName
{
background-color: #6B8BEA;
}
</style>
border-color css
<style>
span { border-color: #6B8BEA; }
span { border-color: rgb(107,139,234); }
td.TdClassName
{
border-color: #6B8BEA;
}
.TagClassName
{
border-color: #6B8BEA;
}
</style>