Html Css Color HEX #613368 Seance

📋 copy color: '#613368'

red 97 ◦ green 51 ◦ blue 104

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

Shades of Seance #613368

Tints of Seance #613368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 38.49%
G = 20.24%
B = 41.27%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#613368 (or 0x613368) is known color: Seance. HEX triplet: 61, 33 and 68. RGB value is (97,51,104). Sum of RGB (Red+Green+Blue) = 97+51+104=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 104 - color contains mainly: blue. Hex color #613368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613368 is #9ECC97. Grayscale: #464646. Windows color (decimal): -10407064 or 6828897. OLE color: 6828897.

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

Color convert

RGB 97 51 104 -
CMYK 0.07 0.51 0 0.59
HSL 292.08º 0.34% 0.3% -
HSV(B) 292.08º 0.51% 0.41% -
XYZ 8.61 5.91 13.78 -
YUV 70.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 97 51 104 0.07 0.51 0 0.59 292.08 0.34 0.3
Hex 61 33 68 7 33 0 3B 124 22 1E
Octal 141 63 150 7 63 0 73 444 42 36
Binary 1100001 110011 1101000 111 110011 0 111011 100100100 100010 11110

Color Harmonies of #613368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613368

Black with #613368

Text Example


Text Example

White with #613368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613368; }

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

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

background-color css

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

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

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

border-color css

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

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

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