#06505C

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

Shades of Sherpa Blue #06505C

Tints of Sherpa Blue #06505C

Color information

#06505C (or 0x06505C) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 5C. RGB value is (6,80,92). Sum of RGB (Red+Green+Blue) = 6+80+92=178 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.37% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #06505C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06505C is #F9AFA3. Grayscale: #3B3B3B. Windows color (decimal): -16363428 or 6049798. OLE color: 6049798.

HSL color Cylindrical-coordinate representation of color #06505C: hue angle of 188.37º 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 #06505C is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68092-
CMYK0.930.1300.64
HSL188.37º87.76%19.22%-
HSV(B)188.37º93.48%36.08%-
XYZ4.886.5511.13-
YUV59.24146.4890.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.37%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 92 (36.33% from 255) = 51.69%
R=3.37%
G=44.94%
B=51.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal680920.930.1300.64188.3787.7619.22
Hex6505C5DD040bc5813
Octal612013413515010027413023
Binary11010100001011100101110111010100000010111100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,80,92); }

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

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

 a { background-color: rgb(6,80,92); }

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

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

 span { border-color: rgb(6,80,92); }

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