Html Css Color HEX #693075 Seance

📋 copy color: '#693075'

red 105 ◦ green 48 ◦ blue 117

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

Shades of Seance #693075

Tints of Seance #693075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

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

R = 38.89%
G = 17.78%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#693075 (or 0x693075) is known color: Seance. HEX triplet: 69, 30 and 75. RGB value is (105,48,117). Sum of RGB (Red+Green+Blue) = 105+48+117=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #693075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693075 is #96CF8A. Grayscale: #484848. Windows color (decimal): -9883531 or 7680105. OLE color: 7680105.

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

Color convert

RGB 105 48 117 -
CMYK 0.10 0.59 0 0.54
HSL 289.57º 0.42% 0.32% -
HSV(B) 289.57º 0.59% 0.46% -
XYZ 10.09 6.4 17.53 -
YUV 72.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 105 48 117 0.10 0.59 0 0.54 289.57 0.42 0.32
Hex 69 30 75 A 3B 0 36 122 2A 20
Octal 151 60 165 12 73 0 66 442 52 40
Binary 1101001 110000 1110101 1010 111011 0 110110 100100010 101010 100000

Color Harmonies of #693075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693075

Black with #693075

Text Example


Text Example

White with #693075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693075; }

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

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

background-color css

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

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

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

border-color css

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

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

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