Shades of Corn Flower Blue #423C6D
Tints of Corn Flower Blue #423C6D
RGB
CMYK
RGB Variations
Color information
#423C6D (or 0x423C6D) is known color: Corn Flower Blue. HEX triplet: 42, 3C and 6D. RGB value is (66,60,109). Sum of RGB (Red+Green+Blue) = 66+60+109=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #423C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C6D is #BDC392. Grayscale: #434343. Windows color (decimal): -12436371 or 7158850. OLE color: 7158850.
HSL color Cylindrical-coordinate representation of color #423C6D: hue angle of 247.35º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #423C6D is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 60 | 109 | - |
| CMYK | 0.39 | 0.45 | 0 | 0.57 |
| HSL | 247.35º | 0.29% | 0.33% | - |
| HSV(B) | 247.35º | 0.45% | 0.43% | - |
| XYZ | 6.62 | 5.49 | 15.18 | - |
| YUV | 67.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 109 | 0.39 | 0.45 | 0 | 0.57 | 247.35 | 0.29 | 0.33 |
| Hex | 42 | 3C | 6D | 27 | 2D | 0 | 39 | F7 | 1D | 21 |
| Octal | 102 | 74 | 155 | 47 | 55 | 0 | 71 | 367 | 35 | 41 |
| Binary | 1000010 | 111100 | 1101101 | 100111 | 101101 | 0 | 111001 | 11110111 | 11101 | 100001 |
Color Harmonies of #423C6D
Complementary color
Monochromatic Colors of #423C6D
Black with #423C6D
Text Example
Text Example
White with #423C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423C6D; }
p { color: rgb(66,60,109); }
H1.HeaderClassName
{
color: #423C6D;
}
.AnyTagClassName
{
color: #423C6D;
}
</style>
background-color css
<style>
a { background-color: #423C6D; }
a { background-color: rgb(66,60,109); }
div.DivClassName
{
background-color: #423C6D;
}
.BgClassName
{
background-color: #423C6D;
}
</style>
border-color css
<style>
span { border-color: #423C6D; }
span { border-color: rgb(66,60,109); }
td.TdClassName
{
border-color: #423C6D;
}
.TagClassName
{
border-color: #423C6D;
}
</style>