#06424C

Color #06424C Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #06424C

Tints of Sherpa Blue #06424C

Color information

#06424C (or 0x06424C) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 4C. RGB value is (6,66,76). Sum of RGB (Red+Green+Blue) = 6+66+76=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #06424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06424C is #F9BDB3. Grayscale: #313131. Windows color (decimal): -16367028 or 4997638. OLE color: 4997638.

HSL color Cylindrical-coordinate representation of color #06424C: hue angle of 188.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06424C is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB66676-
CMYK0.920.1300.70
HSL188.57º85.37%16.08%-
HSV(B)188.57º92.11%29.8%-
XYZ3.334.467.52-
YUV49.2143.1297.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=4.05%
G=44.59%
B=51.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal666760.920.1300.70188.5785.3716.08
Hex6424C5CD046bd5510
Octal610211413415010627512520
Binary11010000101001100101110011010100011010111101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06424C; }

 p { color: rgb(6,66,76); }

 H1.HeaderClassName
 {
   color: #06424C;
 }
 .AnyTagClassName
 {
   color: #06424C;
 }
</style>
background-color css

<style>
 a { background-color: #06424C; }

 a { background-color: rgb(6,66,76); }

 div.DivClassName
 {
   background-color: #06424C;
 }
 .BgClassName
 {
   background-color: #06424C;
 }
</style>
border-color css

<style>
 span { border-color: #06424C; }

 span { border-color: rgb(6,66,76); }

 td.TdClassName
 {
   border-color: #06424C;
 }
 .TagClassName
 {
   border-color: #06424C;
 }
</style>