Html Css Color HEX #602868 Seance

📋 copy color: '#602868'

red 96 ◦ green 40 ◦ blue 104

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

Shades of Seance #602868

Tints of Seance #602868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.67%

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

R = 40%
G = 16.67%
B = 43.33%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#602868 (or 0x602868) is known color: Seance. HEX triplet: 60, 28 and 68. RGB value is (96,40,104). Sum of RGB (Red+Green+Blue) = 96+40+104=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #602868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602868 is #9FD797. Grayscale: #3F3F3F. Windows color (decimal): -10475416 or 6826080. OLE color: 6826080.

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

Color convert

RGB 96 40 104 -
CMYK 0.08 0.62 0 0.59
HSL 292.5º 0.44% 0.28% -
HSV(B) 292.5º 0.62% 0.41% -
XYZ 8.08 5 13.64 -
YUV 64.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 96 40 104 0.08 0.62 0 0.59 292.5 0.44 0.28
Hex 60 28 68 8 3E 0 3B 124 2C 1C
Octal 140 50 150 10 76 0 73 444 54 34
Binary 1100000 101000 1101000 1000 111110 0 111011 100100100 101100 11100

Color Harmonies of #602868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602868

Black with #602868

Text Example


Text Example

White with #602868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602868; }

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

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

background-color css

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

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

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

border-color css

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

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

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