Html Css Color HEX #60425F Seance

📋 copy color: '#60425F'

red 96 ◦ green 66 ◦ blue 95

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

Shades of Seance #60425F

Tints of Seance #60425F

RGB

 RED value IS 96 (37.89% from 255) = 37.35%

 GREEN value IS 66 (26.17% from 255) = 25.68%

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

R = 37.35%
G = 25.68%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60425F (or 0x60425F) is known color: Seance. HEX triplet: 60, 42 and 5F. RGB value is (96,66,95). Sum of RGB (Red+Green+Blue) = 96+66+95=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425F is #9FBDA0. Grayscale: #4E4E4E. Windows color (decimal): -10468769 or 6242912. OLE color: 6242912.

HSL color Cylindrical-coordinate representation of color #60425F: hue angle of 302º 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 #60425F is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 95 -
CMYK 0 0.31 0.01 0.62
HSL 302º 0.19% 0.32% -
HSV(B) 302º 0.31% 0.38% -
XYZ 8.84 7.21 11.75 -
YUV 78.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 96 66 95 0 0.31 0.01 0.62 302 0.19 0.32
Hex 60 42 5F 0 1F 1 3E 12E 13 20
Octal 140 102 137 0 37 1 76 456 23 40
Binary 1100000 1000010 1011111 0 11111 1 111110 100101110 10011 100000

Color Harmonies of #60425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60425F

Black with #60425F

Text Example


Text Example

White with #60425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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