Html Css Color HEX #603064 Seance

📋 copy color: '#603064'

red 96 ◦ green 48 ◦ blue 100

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

Shades of Seance #603064

Tints of Seance #603064

RGB

 RED value IS 96 (37.89% from 255) = 39.34%

 GREEN value IS 48 (19.14% from 255) = 19.67%

 BLUE value IS 100 (39.45% from 255) = 40.98%

R = 39.34%
G = 19.67%
B = 40.98%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#603064 (or 0x603064) is known color: Seance. HEX triplet: 60, 30 and 64. RGB value is (96,48,100). Sum of RGB (Red+Green+Blue) = 96+48+100=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 100 - color contains mainly: blue. Hex color #603064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603064 is #9FCF9B. Grayscale: #444444. Windows color (decimal): -10473372 or 6565984. OLE color: 6565984.

HSL color Cylindrical-coordinate representation of color #603064: hue angle of 295.38º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #603064 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 48 100 -
CMYK 0.04 0.52 0 0.61
HSL 295.38º 0.35% 0.29% -
HSV(B) 295.38º 0.52% 0.39% -
XYZ 8.18 5.52 12.69 -
YUV 68.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 96 48 100 0.04 0.52 0 0.61 295.38 0.35 0.29
Hex 60 30 64 4 34 0 3D 127 23 1D
Octal 140 60 144 4 64 0 75 447 43 35
Binary 1100000 110000 1100100 100 110100 0 111101 100100111 100011 11101

Color Harmonies of #603064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603064

Black with #603064

Text Example


Text Example

White with #603064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603064; }

 p { color: rgb(96,48,100); }

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

background-color css

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

 a { background-color: rgb(96,48,100); }

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

border-color css

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

 span { border-color: rgb(96,48,100); }

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