Html Css Color HEX #692076 Seance

📋 copy color: '#692076'

red 105 ◦ green 32 ◦ blue 118

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

Shades of Seance #692076

Tints of Seance #692076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.55%

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 41.18%
G = 12.55%
B = 46.27%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#692076 (or 0x692076) is known color: Seance. HEX triplet: 69, 20 and 76. RGB value is (105,32,118). Sum of RGB (Red+Green+Blue) = 105+32+118=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #692076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #692076 is #96DF89. Grayscale: #3F3F3F. Windows color (decimal): -9887626 or 7741545. OLE color: 7741545.

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

Color convert

RGB 105 32 118 -
CMYK 0.11 0.73 0 0.54
HSL 290.93º 0.57% 0.29% -
HSV(B) 290.93º 0.73% 0.46% -
XYZ 9.61 5.34 17.66 -
YUV 63.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 105 32 118 0.11 0.73 0 0.54 290.93 0.57 0.29
Hex 69 20 76 B 49 0 36 123 39 1D
Octal 151 40 166 13 111 0 66 443 71 35
Binary 1101001 100000 1110110 1011 1001001 0 110110 100100011 111001 11101

Color Harmonies of #692076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692076

Black with #692076

Text Example


Text Example

White with #692076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692076; }

 p { color: rgb(105,32,118); }

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

background-color css

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

 a { background-color: rgb(105,32,118); }

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

border-color css

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

 span { border-color: rgb(105,32,118); }

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