Html Css Color HEX #693370 Seance

📋 copy color: '#693370'

red 105 ◦ green 51 ◦ blue 112

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

Shades of Seance #693370

Tints of Seance #693370

RGB

 RED value IS 105 (41.41% from 255) = 39.18%

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 39.18%
G = 19.03%
B = 41.79%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#693370 (or 0x693370) is known color: Seance. HEX triplet: 69, 33 and 70. RGB value is (105,51,112). Sum of RGB (Red+Green+Blue) = 105+51+112=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #693370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693370 is #96CC8F. Grayscale: #494949. Windows color (decimal): -9882768 or 7353193. OLE color: 7353193.

HSL color Cylindrical-coordinate representation of color #693370: hue angle of 293.11º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693370 is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 51 112 -
CMYK 0.06 0.54 0 0.56
HSL 293.11º 0.37% 0.32% -
HSV(B) 293.11º 0.54% 0.44% -
XYZ 9.93 6.54 16.07 -
YUV 74.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 105 51 112 0.06 0.54 0 0.56 293.11 0.37 0.32
Hex 69 33 70 6 36 0 38 125 25 20
Octal 151 63 160 6 66 0 70 445 45 40
Binary 1101001 110011 1110000 110 110110 0 111000 100100101 100101 100000

Color Harmonies of #693370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693370

Black with #693370

Text Example


Text Example

White with #693370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693370; }

 p { color: rgb(105,51,112); }

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

background-color css

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

 a { background-color: rgb(105,51,112); }

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

border-color css

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

 span { border-color: rgb(105,51,112); }

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