Html Css Color HEX #642368 Seance

📋 copy color: '#642368'

red 100 ◦ green 35 ◦ blue 104

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

Shades of Seance #642368

Tints of Seance #642368

RGB

 RED value IS 100 (39.45% from 255) = 41.84%

 GREEN value IS 35 (14.06% from 255) = 14.64%

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

R = 41.84%
G = 14.64%
B = 43.51%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#642368 (or 0x642368) is known color: Seance. HEX triplet: 64, 23 and 68. RGB value is (100,35,104). Sum of RGB (Red+Green+Blue) = 100+35+104=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #642368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642368 is #9BDC97. Grayscale: #3E3E3E. Windows color (decimal): -10214552 or 6824804. OLE color: 6824804.

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

Color convert

RGB 100 35 104 -
CMYK 0.04 0.66 0 0.59
HSL 296.52º 0.5% 0.27% -
HSV(B) 296.52º 0.66% 0.41% -
XYZ 8.36 4.91 13.6 -
YUV 62.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 100 35 104 0.04 0.66 0 0.59 296.52 0.5 0.27
Hex 64 23 68 4 42 0 3B 129 32 1B
Octal 144 43 150 4 102 0 73 451 62 33
Binary 1100100 100011 1101000 100 1000010 0 111011 100101001 110010 11011

Color Harmonies of #642368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642368

Black with #642368

Text Example


Text Example

White with #642368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642368; }

 p { color: rgb(100,35,104); }

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

background-color css

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

 a { background-color: rgb(100,35,104); }

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

border-color css

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

 span { border-color: rgb(100,35,104); }

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