Html Css Color HEX #06394A Sherpa Blue

📋 copy color: '#06394A'

red 6 ◦ green 57 ◦ blue 74

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

Shades of Sherpa Blue #06394A

Tints of Sherpa Blue #06394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 41.61%

 BLUE value IS 74 (29.3% from 255) = 54.01%

R = 4.38%
G = 41.61%
B = 54.01%

CMYK

 C value IS 0.92

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06394A (or 0x06394A) is known color: Sherpa Blue. HEX triplet: 06, 39 and 4A. RGB value is (6,57,74). Sum of RGB (Red+Green+Blue) = 6+57+74=137 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.38% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 74 (29.30% from 255 or 54.01% from 137); Max value from RGB is 74 - color contains mainly: blue. Hex color #06394A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06394A is #F9C6B5. Grayscale: #2B2B2B. Windows color (decimal): -16369334 or 4864262. OLE color: 4864262.

HSL color Cylindrical-coordinate representation of color #06394A: hue angle of 195º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06394A is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 57 74 -
CMYK 0.92 0.23 0 0.71
HSL 195º 0.85% 0.16% -
HSV(B) 195º 0.92% 0.29% -
XYZ 2.77 3.46 7 -
YUV 43.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 6 57 74 0.92 0.23 0 0.71 195 0.85 0.16
Hex 6 39 4A 5C 17 0 47 C3 55 10
Octal 6 71 112 134 27 0 107 303 125 20
Binary 110 111001 1001010 1011100 10111 0 1000111 11000011 1010101 10000

Color Harmonies of #06394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06394A

Black with #06394A

Text Example


Text Example

White with #06394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,57,74); }

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

background-color css

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

 a { background-color: rgb(6,57,74); }

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

border-color css

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

 span { border-color: rgb(6,57,74); }

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