Html Css Color HEX #06404C Sherpa Blue

📋 copy color: '#06404C'

red 6 ◦ green 64 ◦ blue 76

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

Shades of Sherpa Blue #06404C

Tints of Sherpa Blue #06404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.05%

R = 4.11%
G = 43.84%
B = 52.05%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#06404C (or 0x06404C) is known color: Sherpa Blue. HEX triplet: 06, 40 and 4C. RGB value is (6,64,76). Sum of RGB (Red+Green+Blue) = 6+64+76=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 76 (30.08% from 255 or 52.05% from 146); Max value from RGB is 76 - color contains mainly: blue. Hex color #06404C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06404C is #F9BFB3. Grayscale: #2F2F2F. Windows color (decimal): -16367540 or 4997126. OLE color: 4997126.

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

Color convert

RGB 6 64 76 -
CMYK 0.92 0.16 0 0.70
HSL 190.29º 0.85% 0.16% -
HSV(B) 190.29º 0.92% 0.3% -
XYZ 3.21 4.23 7.48 -
YUV 48.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 6 64 76 0.92 0.16 0 0.70 190.29 0.85 0.16
Hex 6 40 4C 5C 10 0 46 BE 55 10
Octal 6 100 114 134 20 0 106 276 125 20
Binary 110 1000000 1001100 1011100 10000 0 1000110 10111110 1010101 10000

Color Harmonies of #06404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06404C

Black with #06404C

Text Example


Text Example

White with #06404C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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