Html Css Color HEX #603369 Seance

📋 copy color: '#603369'

red 96 ◦ green 51 ◦ blue 105

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

Shades of Seance #603369

Tints of Seance #603369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 38.1%
G = 20.24%
B = 41.67%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#603369 (or 0x603369) is known color: Seance. HEX triplet: 60, 33 and 69. RGB value is (96,51,105). Sum of RGB (Red+Green+Blue) = 96+51+105=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 105 - color contains mainly: blue. Hex color #603369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603369 is #9FCC96. Grayscale: #464646. Windows color (decimal): -10472599 or 6894432. OLE color: 6894432.

HSL color Cylindrical-coordinate representation of color #603369: hue angle of 290º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603369 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 51 105 -
CMYK 0.09 0.51 0 0.59
HSL 290º 0.35% 0.31% -
HSV(B) 290º 0.51% 0.41% -
XYZ 8.56 5.87 14.05 -
YUV 70.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 96 51 105 0.09 0.51 0 0.59 290 0.35 0.31
Hex 60 33 69 9 33 0 3B 122 23 1F
Octal 140 63 151 11 63 0 73 442 43 37
Binary 1100000 110011 1101001 1001 110011 0 111011 100100010 100011 11111

Color Harmonies of #603369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603369

Black with #603369

Text Example


Text Example

White with #603369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603369; }

 p { color: rgb(96,51,105); }

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

background-color css

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

 a { background-color: rgb(96,51,105); }

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

border-color css

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

 span { border-color: rgb(96,51,105); }

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