Html Css Color HEX #06474C Sherpa Blue

📋 copy color: '#06474C'

red 6 ◦ green 71 ◦ blue 76

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

Shades of Sherpa Blue #06474C

Tints of Sherpa Blue #06474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 3.92%
G = 46.41%
B = 49.67%

CMYK

 C value IS 0.92

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06474C (or 0x06474C) is known color: Sherpa Blue. HEX triplet: 06, 47 and 4C. RGB value is (6,71,76). Sum of RGB (Red+Green+Blue) = 6+71+76=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #06474C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06474C is #F9B8B3. Grayscale: #343434. Windows color (decimal): -16365748 or 4998918. OLE color: 4998918.

HSL color Cylindrical-coordinate representation of color #06474C: hue angle of 184.29º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06474C is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 71 76 -
CMYK 0.92 0.07 0 0.70
HSL 184.29º 0.85% 0.16% -
HSV(B) 184.29º 0.92% 0.3% -
XYZ 3.63 5.07 7.62 -
YUV 52.14 141.47 95.09 -
System Red Green Blue C M Y K H S L
Decimal 6 71 76 0.92 0.07 0 0.70 184.29 0.85 0.16
Hex 6 47 4C 5C 7 0 46 B8 55 10
Octal 6 107 114 134 7 0 106 270 125 20
Binary 110 1000111 1001100 1011100 111 0 1000110 10111000 1010101 10000

Color Harmonies of #06474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06474C

Black with #06474C

Text Example


Text Example

White with #06474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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