Html Css Color HEX #406658 Stromboli

📋 copy color: '#406658'

red 64 ◦ green 102 ◦ blue 88

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

Shades of Stromboli #406658

Tints of Stromboli #406658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.65%

R = 25.2%
G = 40.16%
B = 34.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#406658 (or 0x406658) is known color: Stromboli. HEX triplet: 40, 66 and 58. RGB value is (64,102,88). Sum of RGB (Red+Green+Blue) = 64+102+88=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 102 - color contains mainly: green. Hex color #406658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406658 is #BF99A7. Grayscale: #595959. Windows color (decimal): -12556712 or 5793344. OLE color: 5793344.

HSL color Cylindrical-coordinate representation of color #406658: hue angle of 157.89º 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 #406658 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 88 -
CMYK 0.37 0 0.14 0.6
HSL 157.89º 0.23% 0.33% -
HSV(B) 157.89º 0.37% 0.4% -
XYZ 8.63 11.3 10.96 -
YUV 89.04 127.41 110.14 -
System Red Green Blue C M Y K H S L
Decimal 64 102 88 0.37 0 0.14 0.6 157.89 0.23 0.33
Hex 40 66 58 25 0 E 3C 9E 17 21
Octal 100 146 130 45 0 16 74 236 27 41
Binary 1000000 1100110 1011000 100101 0 1110 111100 10011110 10111 100001

Color Harmonies of #406658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406658

Black with #406658

Text Example


Text Example

White with #406658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406658; }

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

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

background-color css

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

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

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

border-color css

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

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

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