Shades of Cornflower Blue #6B82D6
Tints of Cornflower Blue #6B82D6
RGB
CMYK
RGB Variations
Color information
#6B82D6 (or 0x6B82D6) is known color: Cornflower Blue. HEX triplet: 6B, 82 and D6. RGB value is (107,130,214). Sum of RGB (Red+Green+Blue) = 107+130+214=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B82D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B82D6 is #947D29. Grayscale: #848484. Windows color (decimal): -9731370 or 14058091. OLE color: 14058091.
HSL color Cylindrical-coordinate representation of color #6B82D6: hue angle of 227.1º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B82D6 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 130 | 214 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.16 |
| HSL | 227.1º | 0.57% | 0.63% | - |
| HSV(B) | 227.1º | 0.5% | 0.84% | - |
| XYZ | 26.18 | 23.95 | 66.86 | - |
| YUV | 132.7 | 173.88 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 214 | 0.50 | 0.39 | 0 | 0.16 | 227.1 | 0.57 | 0.63 |
| Hex | 6B | 82 | D6 | 32 | 27 | 0 | 10 | E3 | 39 | 3F |
| Octal | 153 | 202 | 326 | 62 | 47 | 0 | 20 | 343 | 71 | 77 |
| Binary | 1101011 | 10000010 | 11010110 | 110010 | 100111 | 0 | 10000 | 11100011 | 111001 | 111111 |
Color Harmonies of #6B82D6
Complementary color
Monochromatic Colors of #6B82D6
Black with #6B82D6
Text Example
Text Example
White with #6B82D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B82D6; }
p { color: rgb(107,130,214); }
H1.HeaderClassName
{
color: #6B82D6;
}
.AnyTagClassName
{
color: #6B82D6;
}
</style>
background-color css
<style>
a { background-color: #6B82D6; }
a { background-color: rgb(107,130,214); }
div.DivClassName
{
background-color: #6B82D6;
}
.BgClassName
{
background-color: #6B82D6;
}
</style>
border-color css
<style>
span { border-color: #6B82D6; }
span { border-color: rgb(107,130,214); }
td.TdClassName
{
border-color: #6B82D6;
}
.TagClassName
{
border-color: #6B82D6;
}
</style>