Shades of Viking #429EC6
Tints of Viking #429EC6
RGB
CMYK
RGB Variations
Color information
#429EC6 (or 0x429EC6) is known color: Viking. HEX triplet: 42, 9E and C6. RGB value is (66,158,198). Sum of RGB (Red+Green+Blue) = 66+158+198=422 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.64% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #429EC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429EC6 is #BD6139. Grayscale: #868686. Windows color (decimal): -12411194 or 13016642. OLE color: 13016642.
HSL color Cylindrical-coordinate representation of color #429EC6: hue angle of 198.18º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #429EC6 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 158 | 198 | - |
| CMYK | 0.67 | 0.20 | 0 | 0.22 |
| HSL | 198.18º | 0.54% | 0.52% | - |
| HSV(B) | 198.18º | 0.67% | 0.78% | - |
| XYZ | 24.67 | 29.69 | 57.86 | - |
| YUV | 135.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 158 | 198 | 0.67 | 0.20 | 0 | 0.22 | 198.18 | 0.54 | 0.52 |
| Hex | 42 | 9E | C6 | 43 | 14 | 0 | 16 | C6 | 36 | 34 |
| Octal | 102 | 236 | 306 | 103 | 24 | 0 | 26 | 306 | 66 | 64 |
| Binary | 1000010 | 10011110 | 11000110 | 1000011 | 10100 | 0 | 10110 | 11000110 | 110110 | 110100 |
Color Harmonies of #429EC6
Complementary color
Monochromatic Colors of #429EC6
Black with #429EC6
Text Example
Text Example
White with #429EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #429EC6; }
p { color: rgb(66,158,198); }
H1.HeaderClassName
{
color: #429EC6;
}
.AnyTagClassName
{
color: #429EC6;
}
</style>
background-color css
<style>
a { background-color: #429EC6; }
a { background-color: rgb(66,158,198); }
div.DivClassName
{
background-color: #429EC6;
}
.BgClassName
{
background-color: #429EC6;
}
</style>
border-color css
<style>
span { border-color: #429EC6; }
span { border-color: rgb(66,158,198); }
td.TdClassName
{
border-color: #429EC6;
}
.TagClassName
{
border-color: #429EC6;
}
</style>