Html Css Color HEX #613462 Seance

📋 copy color: '#613462'

red 97 ◦ green 52 ◦ blue 98

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

Shades of Seance #613462

Tints of Seance #613462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 98 (38.67% from 255) = 39.68%

R = 39.27%
G = 21.05%
B = 39.68%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613462 (or 0x613462) is known color: Seance. HEX triplet: 61, 34 and 62. RGB value is (97,52,98). Sum of RGB (Red+Green+Blue) = 97+52+98=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #613462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613462 is #9ECB9D. Grayscale: #464646. Windows color (decimal): -10406814 or 6435937. OLE color: 6435937.

HSL color Cylindrical-coordinate representation of color #613462: hue angle of 298.7º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613462 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 98 -
CMYK 0.01 0.47 0 0.62
HSL 298.7º 0.31% 0.29% -
HSV(B) 298.7º 0.47% 0.38% -
XYZ 8.36 5.88 12.25 -
YUV 70.7 143.41 146.76 -
System Red Green Blue C M Y K H S L
Decimal 97 52 98 0.01 0.47 0 0.62 298.7 0.31 0.29
Hex 61 34 62 1 2F 0 3E 12B 1F 1D
Octal 141 64 142 1 57 0 76 453 37 35
Binary 1100001 110100 1100010 1 101111 0 111110 100101011 11111 11101

Color Harmonies of #613462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613462

Black with #613462

Text Example


Text Example

White with #613462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613462; }

 p { color: rgb(97,52,98); }

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

background-color css

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

 a { background-color: rgb(97,52,98); }

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

border-color css

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

 span { border-color: rgb(97,52,98); }

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