Html Css Color HEX #693275 Seance

📋 copy color: '#693275'

red 105 ◦ green 50 ◦ blue 117

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

Shades of Seance #693275

Tints of Seance #693275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.38%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 38.6%
G = 18.38%
B = 43.01%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#693275 (or 0x693275) is known color: Seance. HEX triplet: 69, 32 and 75. RGB value is (105,50,117). Sum of RGB (Red+Green+Blue) = 105+50+117=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #693275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693275 is #96CD8A. Grayscale: #494949. Windows color (decimal): -9883019 or 7680617. OLE color: 7680617.

HSL color Cylindrical-coordinate representation of color #693275: hue angle of 289.25º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693275 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 50 117 -
CMYK 0.10 0.57 0 0.54
HSL 289.25º 0.4% 0.33% -
HSV(B) 289.25º 0.57% 0.46% -
XYZ 10.18 6.57 17.56 -
YUV 74.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 105 50 117 0.10 0.57 0 0.54 289.25 0.4 0.33
Hex 69 32 75 A 39 0 36 121 28 21
Octal 151 62 165 12 71 0 66 441 50 41
Binary 1101001 110010 1110101 1010 111001 0 110110 100100001 101000 100001

Color Harmonies of #693275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693275

Black with #693275

Text Example


Text Example

White with #693275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693275; }

 p { color: rgb(105,50,117); }

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

background-color css

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

 a { background-color: rgb(105,50,117); }

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

border-color css

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

 span { border-color: rgb(105,50,117); }

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