Html Css Color HEX #06475D Sherpa Blue

📋 copy color: '#06475D'

red 6 ◦ green 71 ◦ blue 93

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

Shades of Sherpa Blue #06475D

Tints of Sherpa Blue #06475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 41.76%

 BLUE value IS 93 (36.72% from 255) = 54.71%

R = 3.53%
G = 41.76%
B = 54.71%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06475D (or 0x06475D) is known color: Sherpa Blue. HEX triplet: 06, 47 and 5D. RGB value is (6,71,93). Sum of RGB (Red+Green+Blue) = 6+71+93=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #06475D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06475D is #F9B8A2. Grayscale: #353535. Windows color (decimal): -16365731 or 6113030. OLE color: 6113030.

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

Color convert

RGB 6 71 93 -
CMYK 0.94 0.24 0 0.64
HSL 195.17º 0.88% 0.19% -
HSV(B) 195.17º 0.94% 0.36% -
XYZ 4.3 5.34 11.16 -
YUV 54.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 6 71 93 0.94 0.24 0 0.64 195.17 0.88 0.19
Hex 6 47 5D 5E 18 0 40 C3 58 13
Octal 6 107 135 136 30 0 100 303 130 23
Binary 110 1000111 1011101 1011110 11000 0 1000000 11000011 1011000 10011

Color Harmonies of #06475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06475D

Black with #06475D

Text Example


Text Example

White with #06475D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,71,93); }

 H1.HeaderClassName
 {
   color: #06475D;
 }
 .AnyTagClassName
 {
   color: #06475D;
 }
</style>

background-color css

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

 a { background-color: rgb(6,71,93); }

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

border-color css

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

 span { border-color: rgb(6,71,93); }

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