Html Css Color HEX #06515C Sherpa Blue

📋 copy color: '#06515C'

red 6 ◦ green 81 ◦ blue 92

#06515C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #06515C

Tints of Sherpa Blue #06515C

RGB

 RED value IS 6 (2.73% from 255) = 3.35%

 GREEN value IS 81 (32.03% from 255) = 45.25%

 BLUE value IS 92 (36.33% from 255) = 51.4%

R = 3.35%
G = 45.25%
B = 51.4%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06515C (or 0x06515C) is known color: Sherpa Blue. HEX triplet: 06, 51 and 5C. RGB value is (6,81,92). Sum of RGB (Red+Green+Blue) = 6+81+92=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #06515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06515C is #F9AEA3. Grayscale: #3B3B3B. Windows color (decimal): -16363172 or 6050054. OLE color: 6050054.

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

Color convert

RGB 6 81 92 -
CMYK 0.93 0.12 0 0.64
HSL 187.67º 0.88% 0.19% -
HSV(B) 187.67º 0.93% 0.36% -
XYZ 4.95 6.7 11.16 -
YUV 59.83 146.15 89.61 -
System Red Green Blue C M Y K H S L
Decimal 6 81 92 0.93 0.12 0 0.64 187.67 0.88 0.19
Hex 6 51 5C 5D C 0 40 BC 58 13
Octal 6 121 134 135 14 0 100 274 130 23
Binary 110 1010001 1011100 1011101 1100 0 1000000 10111100 1011000 10011

Color Harmonies of #06515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06515C

Black with #06515C

Text Example


Text Example

White with #06515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06515C;
 }
 .AnyTagClassName
 {
   color: #06515C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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