Html Css Color HEX #602468 Seance

📋 copy color: '#602468'

red 96 ◦ green 36 ◦ blue 104

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

Shades of Seance #602468

Tints of Seance #602468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 40.68%
G = 15.25%
B = 44.07%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#602468 (or 0x602468) is known color: Seance. HEX triplet: 60, 24 and 68. RGB value is (96,36,104). Sum of RGB (Red+Green+Blue) = 96+36+104=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #602468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602468 is #9FDB97. Grayscale: #3D3D3D. Windows color (decimal): -10476440 or 6825056. OLE color: 6825056.

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

Color convert

RGB 96 36 104 -
CMYK 0.08 0.65 0 0.59
HSL 292.94º 0.49% 0.27% -
HSV(B) 292.94º 0.65% 0.41% -
XYZ 7.95 4.75 13.59 -
YUV 61.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 96 36 104 0.08 0.65 0 0.59 292.94 0.49 0.27
Hex 60 24 68 8 41 0 3B 125 31 1B
Octal 140 44 150 10 101 0 73 445 61 33
Binary 1100000 100100 1101000 1000 1000001 0 111011 100100101 110001 11011

Color Harmonies of #602468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602468

Black with #602468

Text Example


Text Example

White with #602468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602468; }

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

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

background-color css

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

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

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

border-color css

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

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

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