Shades of Cornflower Blue #6B84ED
Tints of Cornflower Blue #6B84ED
RGB
CMYK
RGB Variations
Color information
#6B84ED (or 0x6B84ED) is known color: Cornflower Blue. HEX triplet: 6B, 84 and ED. RGB value is (107,132,237). Sum of RGB (Red+Green+Blue) = 107+132+237=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B84ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6B84ED is #947B12. Grayscale: #888888. Windows color (decimal): -9730835 or 15565931. OLE color: 15565931.
HSL color Cylindrical-coordinate representation of color #6B84ED: hue angle of 228.46º degrees, saturation: 0.78, 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 #6B84ED is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 132 | 237 | - |
| CMYK | 0.55 | 0.44 | 0 | 0.07 |
| HSL | 228.46º | 0.78% | 0.67% | - |
| HSV(B) | 228.46º | 0.55% | 0.93% | - |
| XYZ | 29.6 | 25.74 | 83.53 | - |
| YUV | 136.5 | 184.72 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 237 | 0.55 | 0.44 | 0 | 0.07 | 228.46 | 0.78 | 0.67 |
| Hex | 6B | 84 | ED | 37 | 2C | 0 | 7 | E4 | 4E | 43 |
| Octal | 153 | 204 | 355 | 67 | 54 | 0 | 7 | 344 | 116 | 103 |
| Binary | 1101011 | 10000100 | 11101101 | 110111 | 101100 | 0 | 111 | 11100100 | 1001110 | 1000011 |
Color Harmonies of #6B84ED
Complementary color
Monochromatic Colors of #6B84ED
Black with #6B84ED
Text Example
Text Example
White with #6B84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B84ED; }
p { color: rgb(107,132,237); }
H1.HeaderClassName
{
color: #6B84ED;
}
.AnyTagClassName
{
color: #6B84ED;
}
</style>
background-color css
<style>
a { background-color: #6B84ED; }
a { background-color: rgb(107,132,237); }
div.DivClassName
{
background-color: #6B84ED;
}
.BgClassName
{
background-color: #6B84ED;
}
</style>
border-color css
<style>
span { border-color: #6B84ED; }
span { border-color: rgb(107,132,237); }
td.TdClassName
{
border-color: #6B84ED;
}
.TagClassName
{
border-color: #6B84ED;
}
</style>