Html Css Color HEX #06475C Sherpa Blue

📋 copy color: '#06475C'

red 6 ◦ green 71 ◦ blue 92

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

Shades of Sherpa Blue #06475C

Tints of Sherpa Blue #06475C

RGB

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

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

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

R = 3.55%
G = 42.01%
B = 54.44%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#06475C (or 0x06475C) is known color: Sherpa Blue. HEX triplet: 06, 47 and 5C. RGB value is (6,71,92). Sum of RGB (Red+Green+Blue) = 6+71+92=169 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.55% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #06475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06475C is #F9B8A3. Grayscale: #353535. Windows color (decimal): -16365732 or 6047494. OLE color: 6047494.

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

Color convert

RGB 6 71 92 -
CMYK 0.93 0.23 0 0.64
HSL 194.65º 0.88% 0.19% -
HSV(B) 194.65º 0.93% 0.36% -
XYZ 4.26 5.32 10.93 -
YUV 53.96 149.47 93.79 -
System Red Green Blue C M Y K H S L
Decimal 6 71 92 0.93 0.23 0 0.64 194.65 0.88 0.19
Hex 6 47 5C 5D 17 0 40 C3 58 13
Octal 6 107 134 135 27 0 100 303 130 23
Binary 110 1000111 1011100 1011101 10111 0 1000000 11000011 1011000 10011

Color Harmonies of #06475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06475C

Black with #06475C

Text Example


Text Example

White with #06475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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