Shades of Cornflower Blue #6B7BDA
Tints of Cornflower Blue #6B7BDA
RGB
CMYK
RGB Variations
Color information
#6B7BDA (or 0x6B7BDA) is known color: Cornflower Blue. HEX triplet: 6B, 7B and DA. RGB value is (107,123,218). Sum of RGB (Red+Green+Blue) = 107+123+218=448 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.88% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B7BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7BDA is #948425. Grayscale: #808080. Windows color (decimal): -9733158 or 14318443. OLE color: 14318443.
HSL color Cylindrical-coordinate representation of color #6B7BDA: hue angle of 231.35º 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 #6B7BDA is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 123 | 218 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.15 |
| HSL | 231.35º | 0.6% | 0.64% | - |
| HSV(B) | 231.35º | 0.51% | 0.85% | - |
| XYZ | 25.8 | 22.35 | 69.28 | - |
| YUV | 129.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 218 | 0.51 | 0.44 | 0 | 0.15 | 231.35 | 0.6 | 0.64 |
| Hex | 6B | 7B | DA | 33 | 2C | 0 | F | E7 | 3C | 40 |
| Octal | 153 | 173 | 332 | 63 | 54 | 0 | 17 | 347 | 74 | 100 |
| Binary | 1101011 | 1111011 | 11011010 | 110011 | 101100 | 0 | 1111 | 11100111 | 111100 | 1000000 |
Color Harmonies of #6B7BDA
Complementary color
Monochromatic Colors of #6B7BDA
Black with #6B7BDA
Text Example
Text Example
White with #6B7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BDA; }
p { color: rgb(107,123,218); }
H1.HeaderClassName
{
color: #6B7BDA;
}
.AnyTagClassName
{
color: #6B7BDA;
}
</style>
background-color css
<style>
a { background-color: #6B7BDA; }
a { background-color: rgb(107,123,218); }
div.DivClassName
{
background-color: #6B7BDA;
}
.BgClassName
{
background-color: #6B7BDA;
}
</style>
border-color css
<style>
span { border-color: #6B7BDA; }
span { border-color: rgb(107,123,218); }
td.TdClassName
{
border-color: #6B7BDA;
}
.TagClassName
{
border-color: #6B7BDA;
}
</style>