Html Css Color HEX #43615D Dark Slate

📋 copy color: '#43615D'

red 67 ◦ green 97 ◦ blue 93

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

Shades of Dark Slate #43615D

Tints of Dark Slate #43615D

RGB

 RED value IS 67 (26.56% from 255) = 26.07%

 GREEN value IS 97 (38.28% from 255) = 37.74%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 26.07%
G = 37.74%
B = 36.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#43615D (or 0x43615D) is known color: Dark Slate. HEX triplet: 43, 61 and 5D. RGB value is (67,97,93). Sum of RGB (Red+Green+Blue) = 67+97+93=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #43615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43615D is #BC9EA2. Grayscale: #575757. Windows color (decimal): -12361379 or 6119747. OLE color: 6119747.

HSL color Cylindrical-coordinate representation of color #43615D: hue angle of 172º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43615D is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 97 93 -
CMYK 0.31 0 0.04 0.62
HSL 172º 0.18% 0.32% -
HSV(B) 172º 0.31% 0.38% -
XYZ 8.57 10.53 11.94 -
YUV 87.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 67 97 93 0.31 0 0.04 0.62 172 0.18 0.32
Hex 43 61 5D 1F 0 4 3E AC 12 20
Octal 103 141 135 37 0 4 76 254 22 40
Binary 1000011 1100001 1011101 11111 0 100 111110 10101100 10010 100000

Color Harmonies of #43615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43615D

Black with #43615D

Text Example


Text Example

White with #43615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43615D; }

 p { color: rgb(67,97,93); }

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

background-color css

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

 a { background-color: rgb(67,97,93); }

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

border-color css

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

 span { border-color: rgb(67,97,93); }

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