Html Css Color HEX #06475A Sherpa Blue

📋 copy color: '#06475A'

red 6 ◦ green 71 ◦ blue 90

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

Shades of Sherpa Blue #06475A

Tints of Sherpa Blue #06475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 53.89%

R = 3.59%
G = 42.51%
B = 53.89%

CMYK

 C value IS 0.93

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#06475A (or 0x06475A) is known color: Sherpa Blue. HEX triplet: 06, 47 and 5A. RGB value is (6,71,90). Sum of RGB (Red+Green+Blue) = 6+71+90=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #06475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06475A is #F9B8A5. Grayscale: #353535. Windows color (decimal): -16365734 or 5916422. OLE color: 5916422.

HSL color Cylindrical-coordinate representation of color #06475A: hue angle of 193.57º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06475A is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 6 71 90 -
CMYK 0.93 0.21 0 0.65
HSL 193.57º 0.88% 0.19% -
HSV(B) 193.57º 0.93% 0.35% -
XYZ 4.17 5.28 10.47 -
YUV 53.73 148.47 93.96 -
System Red Green Blue C M Y K H S L
Decimal 6 71 90 0.93 0.21 0 0.65 193.57 0.88 0.19
Hex 6 47 5A 5D 15 0 41 C2 58 13
Octal 6 107 132 135 25 0 101 302 130 23
Binary 110 1000111 1011010 1011101 10101 0 1000001 11000010 1011000 10011

Color Harmonies of #06475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06475A

Black with #06475A

Text Example


Text Example

White with #06475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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