Html Css Color HEX #603465 Seance

📋 copy color: '#603465'

red 96 ◦ green 52 ◦ blue 101

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

Shades of Seance #603465

Tints of Seance #603465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 38.55%
G = 20.88%
B = 40.56%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#603465 (or 0x603465) is known color: Seance. HEX triplet: 60, 34 and 65. RGB value is (96,52,101). Sum of RGB (Red+Green+Blue) = 96+52+101=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 101 - color contains mainly: blue. Hex color #603465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603465 is #9FCB9A. Grayscale: #464646. Windows color (decimal): -10472347 or 6632544. OLE color: 6632544.

HSL color Cylindrical-coordinate representation of color #603465: hue angle of 293.88º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603465 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 96 52 101 -
CMYK 0.05 0.49 0 0.60
HSL 293.88º 0.32% 0.3% -
HSV(B) 293.88º 0.49% 0.4% -
XYZ 8.4 5.88 13 -
YUV 70.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 96 52 101 0.05 0.49 0 0.60 293.88 0.32 0.3
Hex 60 34 65 5 31 0 3C 126 20 1E
Octal 140 64 145 5 61 0 74 446 40 36
Binary 1100000 110100 1100101 101 110001 0 111100 100100110 100000 11110

Color Harmonies of #603465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603465

Black with #603465

Text Example


Text Example

White with #603465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603465; }

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

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

background-color css

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

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

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

border-color css

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

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

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