Html Css Color HEX #612B68 Seance

📋 copy color: '#612B68'

red 97 ◦ green 43 ◦ blue 104

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

Shades of Seance #612B68

Tints of Seance #612B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.62%

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

R = 39.75%
G = 17.62%
B = 42.62%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#612B68 (or 0x612B68) is known color: Seance. HEX triplet: 61, 2B and 68. RGB value is (97,43,104). Sum of RGB (Red+Green+Blue) = 97+43+104=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #612B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B68 is #9ED497. Grayscale: #414141. Windows color (decimal): -10409112 or 6826849. OLE color: 6826849.

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

Color convert

RGB 97 43 104 -
CMYK 0.07 0.59 0 0.59
HSL 293.11º 0.41% 0.29% -
HSV(B) 293.11º 0.59% 0.41% -
XYZ 8.29 5.27 13.68 -
YUV 66.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 97 43 104 0.07 0.59 0 0.59 293.11 0.41 0.29
Hex 61 2B 68 7 3B 0 3B 125 29 1D
Octal 141 53 150 7 73 0 73 445 51 35
Binary 1100001 101011 1101000 111 111011 0 111011 100100101 101001 11101

Color Harmonies of #612B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B68

Black with #612B68

Text Example


Text Example

White with #612B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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