Shades of Viking #43A6B3
Tints of Viking #43A6B3
RGB
CMYK
RGB Variations
Color information
#43A6B3 (or 0x43A6B3) is known color: Viking. HEX triplet: 43, A6 and B3. RGB value is (67,166,179). Sum of RGB (Red+Green+Blue) = 67+166+179=412 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.26% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 179 - color contains mainly: blue. Hex color #43A6B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43A6B3 is #BC594C. Grayscale: #898989. Windows color (decimal): -12343629 or 11773507. OLE color: 11773507.
HSL color Cylindrical-coordinate representation of color #43A6B3: hue angle of 186.96º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43A6B3 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 166 | 179 | - |
| CMYK | 0.63 | 0.07 | 0 | 0.30 |
| HSL | 186.96º | 0.46% | 0.48% | - |
| HSV(B) | 186.96º | 0.63% | 0.7% | - |
| XYZ | 24.09 | 31.72 | 47.5 | - |
| YUV | 137.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 166 | 179 | 0.63 | 0.07 | 0 | 0.30 | 186.96 | 0.46 | 0.48 |
| Hex | 43 | A6 | B3 | 3F | 7 | 0 | 1E | BB | 2E | 30 |
| Octal | 103 | 246 | 263 | 77 | 7 | 0 | 36 | 273 | 56 | 60 |
| Binary | 1000011 | 10100110 | 10110011 | 111111 | 111 | 0 | 11110 | 10111011 | 101110 | 110000 |
Color Harmonies of #43A6B3
Complementary color
Monochromatic Colors of #43A6B3
Black with #43A6B3
Text Example
Text Example
White with #43A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43A6B3; }
p { color: rgb(67,166,179); }
H1.HeaderClassName
{
color: #43A6B3;
}
.AnyTagClassName
{
color: #43A6B3;
}
</style>
background-color css
<style>
a { background-color: #43A6B3; }
a { background-color: rgb(67,166,179); }
div.DivClassName
{
background-color: #43A6B3;
}
.BgClassName
{
background-color: #43A6B3;
}
</style>
border-color css
<style>
span { border-color: #43A6B3; }
span { border-color: rgb(67,166,179); }
td.TdClassName
{
border-color: #43A6B3;
}
.TagClassName
{
border-color: #43A6B3;
}
</style>