Html Css Color HEX #06494D Sherpa Blue

📋 copy color: '#06494D'

red 6 ◦ green 73 ◦ blue 77

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

Shades of Sherpa Blue #06494D

Tints of Sherpa Blue #06494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.79%

 BLUE value IS 77 (30.47% from 255) = 49.36%

R = 3.85%
G = 46.79%
B = 49.36%

CMYK

 C value IS 0.92

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06494D (or 0x06494D) is known color: Sherpa Blue. HEX triplet: 06, 49 and 4D. RGB value is (6,73,77). Sum of RGB (Red+Green+Blue) = 6+73+77=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #06494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06494D is #F9B6B2. Grayscale: #353535. Windows color (decimal): -16365235 or 5064966. OLE color: 5064966.

HSL color Cylindrical-coordinate representation of color #06494D: hue angle of 183.38º degrees, saturation: 0.86, 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 #06494D is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 73 77 -
CMYK 0.92 0.05 0 0.70
HSL 183.38º 0.86% 0.16% -
HSV(B) 183.38º 0.92% 0.3% -
XYZ 3.8 5.34 7.85 -
YUV 53.42 141.3 94.17 -
System Red Green Blue C M Y K H S L
Decimal 6 73 77 0.92 0.05 0 0.70 183.38 0.86 0.16
Hex 6 49 4D 5C 5 0 46 B7 56 10
Octal 6 111 115 134 5 0 106 267 126 20
Binary 110 1001001 1001101 1011100 101 0 1000110 10110111 1010110 10000

Color Harmonies of #06494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06494D

Black with #06494D

Text Example


Text Example

White with #06494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,73,77); }

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

background-color css

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

 a { background-color: rgb(6,73,77); }

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

border-color css

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

 span { border-color: rgb(6,73,77); }

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