Html Css Color HEX #603463 Seance

📋 copy color: '#603463'

red 96 ◦ green 52 ◦ blue 99

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

Shades of Seance #603463

Tints of Seance #603463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 38.87%
G = 21.05%
B = 40.08%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#603463 (or 0x603463) is known color: Seance. HEX triplet: 60, 34 and 63. RGB value is (96,52,99). Sum of RGB (Red+Green+Blue) = 96+52+99=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: blue. Hex color #603463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603463 is #9FCB9C. Grayscale: #464646. Windows color (decimal): -10472349 or 6501472. OLE color: 6501472.

HSL color Cylindrical-coordinate representation of color #603463: hue angle of 296.17º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603463 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 52 99 -
CMYK 0.03 0.47 0 0.61
HSL 296.17º 0.31% 0.3% -
HSV(B) 296.17º 0.47% 0.39% -
XYZ 8.3 5.84 12.49 -
YUV 70.51 144.08 146.18 -
System Red Green Blue C M Y K H S L
Decimal 96 52 99 0.03 0.47 0 0.61 296.17 0.31 0.3
Hex 60 34 63 3 2F 0 3D 128 1F 1E
Octal 140 64 143 3 57 0 75 450 37 36
Binary 1100000 110100 1100011 11 101111 0 111101 100101000 11111 11110

Color Harmonies of #603463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603463

Black with #603463

Text Example


Text Example

White with #603463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603463; }

 p { color: rgb(96,52,99); }

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

background-color css

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

 a { background-color: rgb(96,52,99); }

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

border-color css

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

 span { border-color: rgb(96,52,99); }

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