Shades of Cornflower Blue #6B7DDD
Tints of Cornflower Blue #6B7DDD
RGB
CMYK
RGB Variations
Color information
#6B7DDD (or 0x6B7DDD) is known color: Cornflower Blue. HEX triplet: 6B, 7D and DD. RGB value is (107,125,221). Sum of RGB (Red+Green+Blue) = 107+125+221=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DDD is #948222. Grayscale: #828282. Windows color (decimal): -9732643 or 14515563. OLE color: 14515563.
HSL color Cylindrical-coordinate representation of color #6B7DDD: hue angle of 230.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B7DDD is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 125 | 221 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.13 |
| HSL | 230.53º | 0.63% | 0.64% | - |
| HSV(B) | 230.53º | 0.52% | 0.87% | - |
| XYZ | 26.45 | 23.01 | 71.45 | - |
| YUV | 130.56 | 179.04 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 221 | 0.52 | 0.43 | 0 | 0.13 | 230.53 | 0.63 | 0.64 |
| Hex | 6B | 7D | DD | 34 | 2B | 0 | D | E7 | 3F | 40 |
| Octal | 153 | 175 | 335 | 64 | 53 | 0 | 15 | 347 | 77 | 100 |
| Binary | 1101011 | 1111101 | 11011101 | 110100 | 101011 | 0 | 1101 | 11100111 | 111111 | 1000000 |
Color Harmonies of #6B7DDD
Complementary color
Monochromatic Colors of #6B7DDD
Black with #6B7DDD
Text Example
Text Example
White with #6B7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7DDD; }
p { color: rgb(107,125,221); }
H1.HeaderClassName
{
color: #6B7DDD;
}
.AnyTagClassName
{
color: #6B7DDD;
}
</style>
background-color css
<style>
a { background-color: #6B7DDD; }
a { background-color: rgb(107,125,221); }
div.DivClassName
{
background-color: #6B7DDD;
}
.BgClassName
{
background-color: #6B7DDD;
}
</style>
border-color css
<style>
span { border-color: #6B7DDD; }
span { border-color: rgb(107,125,221); }
td.TdClassName
{
border-color: #6B7DDD;
}
.TagClassName
{
border-color: #6B7DDD;
}
</style>