Html Css Color HEX #06404A Sherpa Blue

📋 copy color: '#06404A'

red 6 ◦ green 64 ◦ blue 74

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

Shades of Sherpa Blue #06404A

Tints of Sherpa Blue #06404A

RGB

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

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

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

R = 4.17%
G = 44.44%
B = 51.39%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06404A (or 0x06404A) is known color: Sherpa Blue. HEX triplet: 06, 40 and 4A. RGB value is (6,64,74). Sum of RGB (Red+Green+Blue) = 6+64+74=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 64 (25.39% from 255 or 44.44% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #06404A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06404A is #F9BFB5. Grayscale: #2F2F2F. Windows color (decimal): -16367542 or 4866054. OLE color: 4866054.

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

Color convert

RGB 6 64 74 -
CMYK 0.92 0.14 0 0.71
HSL 188.82º 0.85% 0.16% -
HSV(B) 188.82º 0.92% 0.29% -
XYZ 3.14 4.2 7.12 -
YUV 47.8 142.78 98.19 -
System Red Green Blue C M Y K H S L
Decimal 6 64 74 0.92 0.14 0 0.71 188.82 0.85 0.16
Hex 6 40 4A 5C E 0 47 BD 55 10
Octal 6 100 112 134 16 0 107 275 125 20
Binary 110 1000000 1001010 1011100 1110 0 1000111 10111101 1010101 10000

Color Harmonies of #06404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06404A

Black with #06404A

Text Example


Text Example

White with #06404A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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