#06425B

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

Shades of Sherpa Blue #06425B

Tints of Sherpa Blue #06425B

Color information

#06425B (or 0x06425B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 5B. RGB value is (6,66,91). Sum of RGB (Red+Green+Blue) = 6+66+91=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 91 (35.94% from 255 or 55.83% from 163); Max value from RGB is 91 - color contains mainly: blue. Hex color #06425B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06425B is #F9BDA4. Grayscale: #323232. Windows color (decimal): -16367013 or 5980678. OLE color: 5980678.

HSL color Cylindrical-coordinate representation of color #06425B: hue angle of 197.65º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06425B is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66691-
CMYK0.930.2700.64
HSL197.65º87.63%19.02%-
HSV(B)197.65º93.41%35.69%-
XYZ3.914.6910.6-
YUV50.91150.6295.97-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.68%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 91 (35.94% from 255) = 55.83%
R=3.68%
G=40.49%
B=55.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal666910.930.2700.64197.6587.6319.02
Hex6425B5D1B040c65813
Octal610213313533010030613023
Binary110100001010110111011101110110100000011000110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06425B; }

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

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

<style>
 a { background-color: #06425B; }

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

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

<style>
 span { border-color: #06425B; }

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

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