Html Css Color HEX #60136D Seance

📋 copy color: '#60136D'

red 96 ◦ green 19 ◦ blue 109

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

Shades of Seance #60136D

Tints of Seance #60136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 42.86%
G = 8.48%
B = 48.66%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60136D (or 0x60136D) is known color: Seance. HEX triplet: 60, 13 and 6D. RGB value is (96,19,109). Sum of RGB (Red+Green+Blue) = 96+19+109=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #60136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60136D is #9FEC92. Grayscale: #343434. Windows color (decimal): -10480787 or 7148384. OLE color: 7148384.

HSL color Cylindrical-coordinate representation of color #60136D: hue angle of 291.33º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #60136D is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 19 109 -
CMYK 0.12 0.83 0 0.57
HSL 291.33º 0.7% 0.25% -
HSV(B) 291.33º 0.83% 0.43% -
XYZ 7.82 4.06 14.84 -
YUV 52.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 96 19 109 0.12 0.83 0 0.57 291.33 0.7 0.25
Hex 60 13 6D C 53 0 39 123 46 19
Octal 140 23 155 14 123 0 71 443 106 31
Binary 1100000 10011 1101101 1100 1010011 0 111001 100100011 1000110 11001

Color Harmonies of #60136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60136D

Black with #60136D

Text Example


Text Example

White with #60136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,19,109); }

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

background-color css

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

 a { background-color: rgb(96,19,109); }

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

border-color css

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

 span { border-color: rgb(96,19,109); }

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