Html Css Color HEX #603D66 Seance

📋 copy color: '#603D66'

red 96 ◦ green 61 ◦ blue 102

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

Shades of Seance #603D66

Tints of Seance #603D66

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.55%

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 37.07%
G = 23.55%
B = 39.38%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#603D66 (or 0x603D66) is known color: Seance. HEX triplet: 60, 3D and 66. RGB value is (96,61,102). Sum of RGB (Red+Green+Blue) = 96+61+102=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #603D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D66 is #9FC299. Grayscale: #4C4C4C. Windows color (decimal): -10470042 or 6700384. OLE color: 6700384.

HSL color Cylindrical-coordinate representation of color #603D66: hue angle of 291.22º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603D66 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 61 102 -
CMYK 0.06 0.40 0 0.6
HSL 291.22º 0.25% 0.32% -
HSV(B) 291.22º 0.4% 0.4% -
XYZ 8.89 6.78 13.41 -
YUV 76.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 96 61 102 0.06 0.40 0 0.6 291.22 0.25 0.32
Hex 60 3D 66 6 28 0 3C 123 19 20
Octal 140 75 146 6 50 0 74 443 31 40
Binary 1100000 111101 1100110 110 101000 0 111100 100100011 11001 100000

Color Harmonies of #603D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D66

Black with #603D66

Text Example


Text Example

White with #603D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603D66; }

 p { color: rgb(96,61,102); }

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

background-color css

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

 a { background-color: rgb(96,61,102); }

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

border-color css

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

 span { border-color: rgb(96,61,102); }

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