Html Css Color HEX #612268 Seance

📋 copy color: '#612268'

red 97 ◦ green 34 ◦ blue 104

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

Shades of Seance #612268

Tints of Seance #612268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

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

R = 41.28%
G = 14.47%
B = 44.26%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#612268 (or 0x612268) is known color: Seance. HEX triplet: 61, 22 and 68. RGB value is (97,34,104). Sum of RGB (Red+Green+Blue) = 97+34+104=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #612268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612268 is #9EDD97. Grayscale: #3C3C3C. Windows color (decimal): -10411416 or 6824545. OLE color: 6824545.

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

Color convert

RGB 97 34 104 -
CMYK 0.07 0.67 0 0.59
HSL 294º 0.51% 0.27% -
HSV(B) 294º 0.67% 0.41% -
XYZ 8 4.68 13.58 -
YUV 60.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 97 34 104 0.07 0.67 0 0.59 294 0.51 0.27
Hex 61 22 68 7 43 0 3B 126 33 1B
Octal 141 42 150 7 103 0 73 446 63 33
Binary 1100001 100010 1101000 111 1000011 0 111011 100100110 110011 11011

Color Harmonies of #612268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612268

Black with #612268

Text Example


Text Example

White with #612268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612268; }

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

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

background-color css

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

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

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

border-color css

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

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

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