Shades of Cornflower Blue #6B8DDA
Tints of Cornflower Blue #6B8DDA
RGB
CMYK
RGB Variations
Color information
#6B8DDA (or 0x6B8DDA) is known color: Cornflower Blue. HEX triplet: 6B, 8D and DA. RGB value is (107,141,218). Sum of RGB (Red+Green+Blue) = 107+141+218=466 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.96% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B8DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8DDA is #947225. Grayscale: #8B8B8B. Windows color (decimal): -9728550 or 14323051. OLE color: 14323051.
HSL color Cylindrical-coordinate representation of color #6B8DDA: hue angle of 221.62º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B8DDA is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 141 | 218 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.15 |
| HSL | 221.62º | 0.6% | 0.64% | - |
| HSV(B) | 221.62º | 0.51% | 0.85% | - |
| XYZ | 28.24 | 27.24 | 70.1 | - |
| YUV | 139.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 218 | 0.51 | 0.35 | 0 | 0.15 | 221.62 | 0.6 | 0.64 |
| Hex | 6B | 8D | DA | 33 | 23 | 0 | F | DE | 3C | 40 |
| Octal | 153 | 215 | 332 | 63 | 43 | 0 | 17 | 336 | 74 | 100 |
| Binary | 1101011 | 10001101 | 11011010 | 110011 | 100011 | 0 | 1111 | 11011110 | 111100 | 1000000 |
Color Harmonies of #6B8DDA
Complementary color
Monochromatic Colors of #6B8DDA
Black with #6B8DDA
Text Example
Text Example
White with #6B8DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8DDA; }
p { color: rgb(107,141,218); }
H1.HeaderClassName
{
color: #6B8DDA;
}
.AnyTagClassName
{
color: #6B8DDA;
}
</style>
background-color css
<style>
a { background-color: #6B8DDA; }
a { background-color: rgb(107,141,218); }
div.DivClassName
{
background-color: #6B8DDA;
}
.BgClassName
{
background-color: #6B8DDA;
}
</style>
border-color css
<style>
span { border-color: #6B8DDA; }
span { border-color: rgb(107,141,218); }
td.TdClassName
{
border-color: #6B8DDA;
}
.TagClassName
{
border-color: #6B8DDA;
}
</style>