Html Css Color HEX #06404D Sherpa Blue

📋 copy color: '#06404D'

red 6 ◦ green 64 ◦ blue 77

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

Shades of Sherpa Blue #06404D

Tints of Sherpa Blue #06404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

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

R = 4.08%
G = 43.54%
B = 52.38%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06404D (or 0x06404D) is known color: Sherpa Blue. HEX triplet: 06, 40 and 4D. RGB value is (6,64,77). Sum of RGB (Red+Green+Blue) = 6+64+77=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #06404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06404D is #F9BFB2. Grayscale: #303030. Windows color (decimal): -16367539 or 5062662. OLE color: 5062662.

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

Color convert

RGB 6 64 77 -
CMYK 0.92 0.17 0 0.70
HSL 190.99º 0.86% 0.16% -
HSV(B) 190.99º 0.92% 0.3% -
XYZ 3.25 4.24 7.67 -
YUV 48.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 6 64 77 0.92 0.17 0 0.70 190.99 0.86 0.16
Hex 6 40 4D 5C 11 0 46 BF 56 10
Octal 6 100 115 134 21 0 106 277 126 20
Binary 110 1000000 1001101 1011100 10001 0 1000110 10111111 1010110 10000

Color Harmonies of #06404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06404D

Black with #06404D

Text Example


Text Example

White with #06404D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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