Shades of Cornflower Blue #6B8BDA
Tints of Cornflower Blue #6B8BDA
RGB
CMYK
RGB Variations
Color information
#6B8BDA (or 0x6B8BDA) is known color: Cornflower Blue. HEX triplet: 6B, 8B and DA. RGB value is (107,139,218). Sum of RGB (Red+Green+Blue) = 107+139+218=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B8BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8BDA is #947425. Grayscale: #8A8A8A. Windows color (decimal): -9729062 or 14322539. OLE color: 14322539.
HSL color Cylindrical-coordinate representation of color #6B8BDA: hue angle of 222.7º 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 #6B8BDA is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 139 | 218 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.15 |
| HSL | 222.7º | 0.6% | 0.64% | - |
| HSV(B) | 222.7º | 0.51% | 0.85% | - |
| XYZ | 27.95 | 26.65 | 70 | - |
| YUV | 138.44 | 172.9 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 218 | 0.51 | 0.36 | 0 | 0.15 | 222.7 | 0.6 | 0.64 |
| Hex | 6B | 8B | DA | 33 | 24 | 0 | F | DF | 3C | 40 |
| Octal | 153 | 213 | 332 | 63 | 44 | 0 | 17 | 337 | 74 | 100 |
| Binary | 1101011 | 10001011 | 11011010 | 110011 | 100100 | 0 | 1111 | 11011111 | 111100 | 1000000 |
Color Harmonies of #6B8BDA
Complementary color
Monochromatic Colors of #6B8BDA
Black with #6B8BDA
Text Example
Text Example
White with #6B8BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8BDA; }
p { color: rgb(107,139,218); }
H1.HeaderClassName
{
color: #6B8BDA;
}
.AnyTagClassName
{
color: #6B8BDA;
}
</style>
background-color css
<style>
a { background-color: #6B8BDA; }
a { background-color: rgb(107,139,218); }
div.DivClassName
{
background-color: #6B8BDA;
}
.BgClassName
{
background-color: #6B8BDA;
}
</style>
border-color css
<style>
span { border-color: #6B8BDA; }
span { border-color: rgb(107,139,218); }
td.TdClassName
{
border-color: #6B8BDA;
}
.TagClassName
{
border-color: #6B8BDA;
}
</style>