Shades of Cornflower Blue #6B7DDA
Tints of Cornflower Blue #6B7DDA
RGB
CMYK
RGB Variations
Color information
#6B7DDA (or 0x6B7DDA) is known color: Cornflower Blue. HEX triplet: 6B, 7D and DA. RGB value is (107,125,218). Sum of RGB (Red+Green+Blue) = 107+125+218=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #6B7DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DDA is #948225. Grayscale: #818181. Windows color (decimal): -9732646 or 14318955. OLE color: 14318955.
HSL color Cylindrical-coordinate representation of color #6B7DDA: hue angle of 230.27º 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 #6B7DDA is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 125 | 218 | - |
| CMYK | 0.51 | 0.43 | 0 | 0.15 |
| HSL | 230.27º | 0.6% | 0.64% | - |
| HSV(B) | 230.27º | 0.51% | 0.85% | - |
| XYZ | 26.05 | 22.85 | 69.37 | - |
| YUV | 130.22 | 177.54 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 218 | 0.51 | 0.43 | 0 | 0.15 | 230.27 | 0.6 | 0.64 |
| Hex | 6B | 7D | DA | 33 | 2B | 0 | F | E6 | 3C | 40 |
| Octal | 153 | 175 | 332 | 63 | 53 | 0 | 17 | 346 | 74 | 100 |
| Binary | 1101011 | 1111101 | 11011010 | 110011 | 101011 | 0 | 1111 | 11100110 | 111100 | 1000000 |
Color Harmonies of #6B7DDA
Complementary color
Monochromatic Colors of #6B7DDA
Black with #6B7DDA
Text Example
Text Example
White with #6B7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7DDA; }
p { color: rgb(107,125,218); }
H1.HeaderClassName
{
color: #6B7DDA;
}
.AnyTagClassName
{
color: #6B7DDA;
}
</style>
background-color css
<style>
a { background-color: #6B7DDA; }
a { background-color: rgb(107,125,218); }
div.DivClassName
{
background-color: #6B7DDA;
}
.BgClassName
{
background-color: #6B7DDA;
}
</style>
border-color css
<style>
span { border-color: #6B7DDA; }
span { border-color: rgb(107,125,218); }
td.TdClassName
{
border-color: #6B7DDA;
}
.TagClassName
{
border-color: #6B7DDA;
}
</style>