Html Css Color HEX #42615D Dark Slate

📋 copy color: '#42615D'

red 66 ◦ green 97 ◦ blue 93

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

Shades of Dark Slate #42615D

Tints of Dark Slate #42615D

RGB

 RED value IS 66 (26.17% from 255) = 25.78%

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

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

R = 25.78%
G = 37.89%
B = 36.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#42615D (or 0x42615D) is known color: Dark Slate. HEX triplet: 42, 61 and 5D. RGB value is (66,97,93). Sum of RGB (Red+Green+Blue) = 66+97+93=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #42615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42615D is #BD9EA2. Grayscale: #575757. Windows color (decimal): -12426915 or 6119746. OLE color: 6119746.

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

Color convert

RGB 66 97 93 -
CMYK 0.32 0 0.04 0.62
HSL 172.26º 0.19% 0.32% -
HSV(B) 172.26º 0.32% 0.38% -
XYZ 8.5 10.5 11.93 -
YUV 87.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 66 97 93 0.32 0 0.04 0.62 172.26 0.19 0.32
Hex 42 61 5D 20 0 4 3E AC 13 20
Octal 102 141 135 40 0 4 76 254 23 40
Binary 1000010 1100001 1011101 100000 0 100 111110 10101100 10011 100000

Color Harmonies of #42615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42615D

Black with #42615D

Text Example


Text Example

White with #42615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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