Html Css Color HEX #42605D Dark Slate

📋 copy color: '#42605D'

red 66 ◦ green 96 ◦ blue 93

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

Shades of Dark Slate #42605D

Tints of Dark Slate #42605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.65%

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

R = 25.88%
G = 37.65%
B = 36.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#42605D (or 0x42605D) is known color: Dark Slate. HEX triplet: 42, 60 and 5D. RGB value is (66,96,93). Sum of RGB (Red+Green+Blue) = 66+96+93=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #42605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42605D is #BD9FA2. Grayscale: #565656. Windows color (decimal): -12427171 or 6119490. OLE color: 6119490.

HSL color Cylindrical-coordinate representation of color #42605D: hue angle of 174º degrees, saturation: 0.19, 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 #42605D is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 96 93 -
CMYK 0.31 0 0.03 0.62
HSL 174º 0.19% 0.32% -
HSV(B) 174º 0.31% 0.38% -
XYZ 8.41 10.31 11.9 -
YUV 86.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 66 96 93 0.31 0 0.03 0.62 174 0.19 0.32
Hex 42 60 5D 1F 0 3 3E AE 13 20
Octal 102 140 135 37 0 3 76 256 23 40
Binary 1000010 1100000 1011101 11111 0 11 111110 10101110 10011 100000

Color Harmonies of #42605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42605D

Black with #42605D

Text Example


Text Example

White with #42605D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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