Shades of Corn Flower Blue #423F6C
Tints of Corn Flower Blue #423F6C
RGB
CMYK
RGB Variations
Color information
#423F6C (or 0x423F6C) is known color: Corn Flower Blue. HEX triplet: 42, 3F and 6C. RGB value is (66,63,108). Sum of RGB (Red+Green+Blue) = 66+63+108=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #423F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F6C is #BDC093. Grayscale: #444444. Windows color (decimal): -12435604 or 7094082. OLE color: 7094082.
HSL color Cylindrical-coordinate representation of color #423F6C: hue angle of 244º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #423F6C is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 63 | 108 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.58 |
| HSL | 244º | 0.26% | 0.34% | - |
| HSV(B) | 244º | 0.42% | 0.42% | - |
| XYZ | 6.73 | 5.8 | 14.95 | - |
| YUV | 69.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 108 | 0.39 | 0.42 | 0 | 0.58 | 244 | 0.26 | 0.34 |
| Hex | 42 | 3F | 6C | 27 | 2A | 0 | 3A | F4 | 1A | 22 |
| Octal | 102 | 77 | 154 | 47 | 52 | 0 | 72 | 364 | 32 | 42 |
| Binary | 1000010 | 111111 | 1101100 | 100111 | 101010 | 0 | 111010 | 11110100 | 11010 | 100010 |
Color Harmonies of #423F6C
Complementary color
Monochromatic Colors of #423F6C
Black with #423F6C
Text Example
Text Example
White with #423F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F6C; }
p { color: rgb(66,63,108); }
H1.HeaderClassName
{
color: #423F6C;
}
.AnyTagClassName
{
color: #423F6C;
}
</style>
background-color css
<style>
a { background-color: #423F6C; }
a { background-color: rgb(66,63,108); }
div.DivClassName
{
background-color: #423F6C;
}
.BgClassName
{
background-color: #423F6C;
}
</style>
border-color css
<style>
span { border-color: #423F6C; }
span { border-color: rgb(66,63,108); }
td.TdClassName
{
border-color: #423F6C;
}
.TagClassName
{
border-color: #423F6C;
}
</style>