Html Css Color HEX #600E70 Seance

📋 copy color: '#600E70'

red 96 ◦ green 14 ◦ blue 112

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

Shades of Seance #600E70

Tints of Seance #600E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.31%

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 43.24%
G = 6.31%
B = 50.45%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#600E70 (or 0x600E70) is known color: Seance. HEX triplet: 60, 0E and 70. RGB value is (96,14,112). Sum of RGB (Red+Green+Blue) = 96+14+112=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #600E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E70 is #9FF18F. Grayscale: #313131. Windows color (decimal): -10482064 or 7343712. OLE color: 7343712.

HSL color Cylindrical-coordinate representation of color #600E70: hue angle of 290.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #600E70 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 14 112 -
CMYK 0.14 0.88 0 0.56
HSL 290.2º 0.78% 0.25% -
HSV(B) 290.2º 0.88% 0.44% -
XYZ 7.91 3.97 15.68 -
YUV 49.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 96 14 112 0.14 0.88 0 0.56 290.2 0.78 0.25
Hex 60 E 70 E 58 0 38 122 4E 19
Octal 140 16 160 16 130 0 70 442 116 31
Binary 1100000 1110 1110000 1110 1011000 0 111000 100100010 1001110 11001

Color Harmonies of #600E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E70

Black with #600E70

Text Example


Text Example

White with #600E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600E70; }

 p { color: rgb(96,14,112); }

 H1.HeaderClassName
 {
   color: #600E70;
 }
 .AnyTagClassName
 {
   color: #600E70;
 }
</style>

background-color css

<style>
 a { background-color: #600E70; }

 a { background-color: rgb(96,14,112); }

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

border-color css

<style>
 span { border-color: #600E70; }

 span { border-color: rgb(96,14,112); }

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