Html Css Color HEX #602268 Seance

📋 copy color: '#602268'

red 96 ◦ green 34 ◦ blue 104

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

Shades of Seance #602268

Tints of Seance #602268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.53%

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

R = 41.03%
G = 14.53%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#602268 (or 0x602268) is known color: Seance. HEX triplet: 60, 22 and 68. RGB value is (96,34,104). Sum of RGB (Red+Green+Blue) = 96+34+104=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 104 - color contains mainly: blue. Hex color #602268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602268 is #9FDD97. Grayscale: #3C3C3C. Windows color (decimal): -10476952 or 6824544. OLE color: 6824544.

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

Color convert

RGB 96 34 104 -
CMYK 0.08 0.67 0 0.59
HSL 293.14º 0.51% 0.27% -
HSV(B) 293.14º 0.67% 0.41% -
XYZ 7.89 4.63 13.57 -
YUV 60.52 152.54 153.31 -
System Red Green Blue C M Y K H S L
Decimal 96 34 104 0.08 0.67 0 0.59 293.14 0.51 0.27
Hex 60 22 68 8 43 0 3B 125 33 1B
Octal 140 42 150 10 103 0 73 445 63 33
Binary 1100000 100010 1101000 1000 1000011 0 111011 100100101 110011 11011

Color Harmonies of #602268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602268

Black with #602268

Text Example


Text Example

White with #602268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602268; }

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

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

background-color css

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

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

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

border-color css

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

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

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