Html Css Color HEX #42625F Dark Slate

📋 copy color: '#42625F'

red 66 ◦ green 98 ◦ blue 95

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

Shades of Dark Slate #42625F

Tints of Dark Slate #42625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.84%

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 25.48%
G = 37.84%
B = 36.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#42625F (or 0x42625F) is known color: Dark Slate. HEX triplet: 42, 62 and 5F. RGB value is (66,98,95). Sum of RGB (Red+Green+Blue) = 66+98+95=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #42625F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42625F is #BD9DA0. Grayscale: #585858. Windows color (decimal): -12426657 or 6251074. OLE color: 6251074.

HSL color Cylindrical-coordinate representation of color #42625F: hue angle of 174.38º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42625F is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 98 95 -
CMYK 0.33 0 0.03 0.62
HSL 174.38º 0.2% 0.32% -
HSV(B) 174.38º 0.33% 0.38% -
XYZ 8.68 10.72 12.44 -
YUV 88.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 66 98 95 0.33 0 0.03 0.62 174.38 0.2 0.32
Hex 42 62 5F 21 0 3 3E AE 14 20
Octal 102 142 137 41 0 3 76 256 24 40
Binary 1000010 1100010 1011111 100001 0 11 111110 10101110 10100 100000

Color Harmonies of #42625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42625F

Black with #42625F

Text Example


Text Example

White with #42625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42625F; }

 p { color: rgb(66,98,95); }

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

background-color css

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

 a { background-color: rgb(66,98,95); }

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

border-color css

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

 span { border-color: rgb(66,98,95); }

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