Html Css Color HEX #693273 Seance

📋 copy color: '#693273'

red 105 ◦ green 50 ◦ blue 115

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

Shades of Seance #693273

Tints of Seance #693273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 38.89%
G = 18.52%
B = 42.59%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#693273 (or 0x693273) is known color: Seance. HEX triplet: 69, 32 and 73. RGB value is (105,50,115). Sum of RGB (Red+Green+Blue) = 105+50+115=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #693273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693273 is #96CD8C. Grayscale: #494949. Windows color (decimal): -9883021 or 7549545. OLE color: 7549545.

HSL color Cylindrical-coordinate representation of color #693273: hue angle of 290.77º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693273 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 50 115 -
CMYK 0.09 0.57 0 0.55
HSL 290.77º 0.39% 0.32% -
HSV(B) 290.77º 0.57% 0.45% -
XYZ 10.06 6.52 16.95 -
YUV 73.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 105 50 115 0.09 0.57 0 0.55 290.77 0.39 0.32
Hex 69 32 73 9 39 0 37 123 27 20
Octal 151 62 163 11 71 0 67 443 47 40
Binary 1101001 110010 1110011 1001 111001 0 110111 100100011 100111 100000

Color Harmonies of #693273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693273

Black with #693273

Text Example


Text Example

White with #693273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693273; }

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

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

background-color css

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

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

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

border-color css

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

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

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