Html Css Color HEX #406A60 Stromboli

📋 copy color: '#406A60'

red 64 ◦ green 106 ◦ blue 96

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

Shades of Stromboli #406A60

Tints of Stromboli #406A60

RGB

 RED value IS 64 (25.39% from 255) = 24.06%

 GREEN value IS 106 (41.8% from 255) = 39.85%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 24.06%
G = 39.85%
B = 36.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#406A60 (or 0x406A60) is known color: Stromboli. HEX triplet: 40, 6A and 60. RGB value is (64,106,96). Sum of RGB (Red+Green+Blue) = 64+106+96=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #406A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A60 is #BF959F. Grayscale: #5C5C5C. Windows color (decimal): -12555680 or 6318656. OLE color: 6318656.

HSL color Cylindrical-coordinate representation of color #406A60: hue angle of 165.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A60 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 106 96 -
CMYK 0.40 0 0.09 0.58
HSL 165.71º 0.25% 0.33% -
HSV(B) 165.71º 0.4% 0.42% -
XYZ 9.38 12.24 12.94 -
YUV 92.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 64 106 96 0.40 0 0.09 0.58 165.71 0.25 0.33
Hex 40 6A 60 28 0 9 3A A6 19 21
Octal 100 152 140 50 0 11 72 246 31 41
Binary 1000000 1101010 1100000 101000 0 1001 111010 10100110 11001 100001

Color Harmonies of #406A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406A60

Black with #406A60

Text Example


Text Example

White with #406A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406A60; }

 p { color: rgb(64,106,96); }

 H1.HeaderClassName
 {
   color: #406A60;
 }
 .AnyTagClassName
 {
   color: #406A60;
 }
</style>

background-color css

<style>
 a { background-color: #406A60; }

 a { background-color: rgb(64,106,96); }

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

border-color css

<style>
 span { border-color: #406A60; }

 span { border-color: rgb(64,106,96); }

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