Html Css Color HEX #613366 Seance

📋 copy color: '#613366'

red 97 ◦ green 51 ◦ blue 102

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

Shades of Seance #613366

Tints of Seance #613366

RGB

 RED value IS 97 (38.28% from 255) = 38.8%

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

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 38.8%
G = 20.4%
B = 40.8%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#613366 (or 0x613366) is known color: Seance. HEX triplet: 61, 33 and 66. RGB value is (97,51,102). Sum of RGB (Red+Green+Blue) = 97+51+102=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #613366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613366 is #9ECC99. Grayscale: #464646. Windows color (decimal): -10407066 or 6697825. OLE color: 6697825.

HSL color Cylindrical-coordinate representation of color #613366: hue angle of 294.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #613366 is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 51 102 -
CMYK 0.05 0.5 0 0.6
HSL 294.12º 0.33% 0.3% -
HSV(B) 294.12º 0.5% 0.4% -
XYZ 8.51 5.87 13.25 -
YUV 70.57 145.74 146.85 -
System Red Green Blue C M Y K H S L
Decimal 97 51 102 0.05 0.5 0 0.6 294.12 0.33 0.3
Hex 61 33 66 5 32 0 3C 126 21 1E
Octal 141 63 146 5 62 0 74 446 41 36
Binary 1100001 110011 1100110 101 110010 0 111100 100100110 100001 11110

Color Harmonies of #613366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613366

Black with #613366

Text Example


Text Example

White with #613366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613366; }

 p { color: rgb(97,51,102); }

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

background-color css

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

 a { background-color: rgb(97,51,102); }

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

border-color css

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

 span { border-color: rgb(97,51,102); }

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