Html Css Color HEX #406660 Stromboli

📋 copy color: '#406660'

red 64 ◦ green 102 ◦ blue 96

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

Shades of Stromboli #406660

Tints of Stromboli #406660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.93%

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

R = 24.43%
G = 38.93%
B = 36.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#406660 (or 0x406660) is known color: Stromboli. HEX triplet: 40, 66 and 60. RGB value is (64,102,96). Sum of RGB (Red+Green+Blue) = 64+102+96=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #406660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406660 is #BF999F. Grayscale: #595959. Windows color (decimal): -12556704 or 6317632. OLE color: 6317632.

HSL color Cylindrical-coordinate representation of color #406660: hue angle of 170.53º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406660 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 96 -
CMYK 0.37 0 0.06 0.6
HSL 170.53º 0.23% 0.33% -
HSV(B) 170.53º 0.37% 0.4% -
XYZ 8.98 11.44 12.8 -
YUV 89.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 64 102 96 0.37 0 0.06 0.6 170.53 0.23 0.33
Hex 40 66 60 25 0 6 3C AB 17 21
Octal 100 146 140 45 0 6 74 253 27 41
Binary 1000000 1100110 1100000 100101 0 110 111100 10101011 10111 100001

Color Harmonies of #406660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406660

Black with #406660

Text Example


Text Example

White with #406660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406660; }

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

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

background-color css

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

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

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

border-color css

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

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

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