Html Css Color HEX #613266 Seance

📋 copy color: '#613266'

red 97 ◦ green 50 ◦ blue 102

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

Shades of Seance #613266

Tints of Seance #613266

RGB

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

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

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

R = 38.96%
G = 20.08%
B = 40.96%

CMYK

 C value IS 0.05

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#613266 (or 0x613266) is known color: Seance. HEX triplet: 61, 32 and 66. RGB value is (97,50,102). Sum of RGB (Red+Green+Blue) = 97+50+102=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #613266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613266 is #9ECD99. Grayscale: #454545. Windows color (decimal): -10407322 or 6697569. OLE color: 6697569.

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

Color convert

RGB 97 50 102 -
CMYK 0.05 0.51 0 0.6
HSL 294.23º 0.34% 0.3% -
HSV(B) 294.23º 0.51% 0.4% -
XYZ 8.47 5.78 13.24 -
YUV 69.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 97 50 102 0.05 0.51 0 0.6 294.23 0.34 0.3
Hex 61 32 66 5 33 0 3C 126 22 1E
Octal 141 62 146 5 63 0 74 446 42 36
Binary 1100001 110010 1100110 101 110011 0 111100 100100110 100010 11110

Color Harmonies of #613266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613266

Black with #613266

Text Example


Text Example

White with #613266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613266; }

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

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

background-color css

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

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

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

border-color css

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

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

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