Html Css Color HEX #603868 Seance

📋 copy color: '#603868'

red 96 ◦ green 56 ◦ blue 104

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

Shades of Seance #603868

Tints of Seance #603868

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 37.5%
G = 21.88%
B = 40.63%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#603868 (or 0x603868) is known color: Seance. HEX triplet: 60, 38 and 68. RGB value is (96,56,104). Sum of RGB (Red+Green+Blue) = 96+56+104=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 104 - color contains mainly: blue. Hex color #603868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603868 is #9FC797. Grayscale: #494949. Windows color (decimal): -10471320 or 6830176. OLE color: 6830176.

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

Color convert

RGB 96 56 104 -
CMYK 0.08 0.46 0 0.59
HSL 290º 0.3% 0.31% -
HSV(B) 290º 0.46% 0.41% -
XYZ 8.74 6.31 13.86 -
YUV 73.43 145.25 144.1 -
System Red Green Blue C M Y K H S L
Decimal 96 56 104 0.08 0.46 0 0.59 290 0.3 0.31
Hex 60 38 68 8 2E 0 3B 122 1E 1F
Octal 140 70 150 10 56 0 73 442 36 37
Binary 1100000 111000 1101000 1000 101110 0 111011 100100010 11110 11111

Color Harmonies of #603868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603868

Black with #603868

Text Example


Text Example

White with #603868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603868; }

 p { color: rgb(96,56,104); }

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

background-color css

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

 a { background-color: rgb(96,56,104); }

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

border-color css

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

 span { border-color: rgb(96,56,104); }

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