Html Css Color HEX #3F605B Dark Slate

📋 copy color: '#3F605B'

red 63 ◦ green 96 ◦ blue 91

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

Shades of Dark Slate #3F605B

Tints of Dark Slate #3F605B

RGB

 RED value IS 63 (25% from 255) = 25.2%

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

 BLUE value IS 91 (35.94% from 255) = 36.4%

R = 25.2%
G = 38.4%
B = 36.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#3F605B (or 0x3F605B) is known color: Dark Slate. HEX triplet: 3F, 60 and 5B. RGB value is (63,96,91). Sum of RGB (Red+Green+Blue) = 63+96+91=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #3F605B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F605B is #C09FA4. Grayscale: #555555. Windows color (decimal): -12623781 or 5988415. OLE color: 5988415.

HSL color Cylindrical-coordinate representation of color #3F605B: hue angle of 170.91º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F605B is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 91 -
CMYK 0.34 0 0.05 0.62
HSL 170.91º 0.21% 0.31% -
HSV(B) 170.91º 0.34% 0.38% -
XYZ 8.12 10.18 11.43 -
YUV 85.56 131.07 111.91 -
System Red Green Blue C M Y K H S L
Decimal 63 96 91 0.34 0 0.05 0.62 170.91 0.21 0.31
Hex 3F 60 5B 22 0 5 3E AB 15 1F
Octal 77 140 133 42 0 5 76 253 25 37
Binary 111111 1100000 1011011 100010 0 101 111110 10101011 10101 11111

Color Harmonies of #3F605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F605B

Black with #3F605B

Text Example


Text Example

White with #3F605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F605B; }

 p { color: rgb(63,96,91); }

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

background-color css

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

 a { background-color: rgb(63,96,91); }

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

border-color css

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

 span { border-color: rgb(63,96,91); }

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