#06424D

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

Shades of Sherpa Blue #06424D

Tints of Sherpa Blue #06424D

Color information

#06424D (or 0x06424D) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 4D. RGB value is (6,66,77). Sum of RGB (Red+Green+Blue) = 6+66+77=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 77 (30.47% from 255 or 51.68% from 149); Max value from RGB is 77 - color contains mainly: blue. Hex color #06424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06424D is #F9BDB2. Grayscale: #313131. Windows color (decimal): -16367027 or 5063174. OLE color: 5063174.

HSL color Cylindrical-coordinate representation of color #06424D: hue angle of 189.3º degrees, saturation: 0.86, 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 #06424D is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB66677-
CMYK0.920.1400.70
HSL189.3º85.54%16.27%-
HSV(B)189.3º92.21%30.2%-
XYZ3.364.477.71-
YUV49.31143.6297.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 77 (30.47% from 255) = 51.68%
R=4.03%
G=44.30%
B=51.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal666770.920.1400.70189.385.5416.27
Hex6424D5CE046bd5610
Octal610211513416010627512620
Binary11010000101001101101110011100100011010111101101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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