#06424F

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

Shades of Sherpa Blue #06424F

Tints of Sherpa Blue #06424F

Color information

#06424F (or 0x06424F) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 4F. RGB value is (6,66,79). Sum of RGB (Red+Green+Blue) = 6+66+79=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #06424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06424F is #F9BDB0. Grayscale: #313131. Windows color (decimal): -16367025 or 5194246. OLE color: 5194246.

HSL color Cylindrical-coordinate representation of color #06424F: hue angle of 190.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06424F is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB66679-
CMYK0.920.1600.69
HSL190.68º85.88%16.67%-
HSV(B)190.68º92.41%30.98%-
XYZ3.434.58.08-
YUV49.54144.6296.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=3.97%
G=43.71%
B=52.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal666790.920.1600.69190.6885.8816.67
Hex6424F5C10045bf5611
Octal610211713420010527712621
Binary110100001010011111011100100000100010110111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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