Html Css Color HEX #06394D Sherpa Blue

📋 copy color: '#06394D'

red 6 ◦ green 57 ◦ blue 77

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

Shades of Sherpa Blue #06394D

Tints of Sherpa Blue #06394D

RGB

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

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

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

R = 4.29%
G = 40.71%
B = 55%

CMYK

 C value IS 0.92

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06394D (or 0x06394D) is known color: Sherpa Blue. HEX triplet: 06, 39 and 4D. RGB value is (6,57,77). Sum of RGB (Red+Green+Blue) = 6+57+77=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 57 (22.66% from 255 or 40.71% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #06394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06394D is #F9C6B2. Grayscale: #2B2B2B. Windows color (decimal): -16369331 or 5060870. OLE color: 5060870.

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

Color convert

RGB 6 57 77 -
CMYK 0.92 0.26 0 0.70
HSL 196.9º 0.86% 0.16% -
HSV(B) 196.9º 0.92% 0.3% -
XYZ 2.88 3.5 7.55 -
YUV 44.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 6 57 77 0.92 0.26 0 0.70 196.9 0.86 0.16
Hex 6 39 4D 5C 1A 0 46 C5 56 10
Octal 6 71 115 134 32 0 106 305 126 20
Binary 110 111001 1001101 1011100 11010 0 1000110 11000101 1010110 10000

Color Harmonies of #06394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06394D

Black with #06394D

Text Example


Text Example

White with #06394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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