Html Css Color HEX #602968 Seance

📋 copy color: '#602968'

red 96 ◦ green 41 ◦ blue 104

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

Shades of Seance #602968

Tints of Seance #602968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 39.83%
G = 17.01%
B = 43.15%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#602968 (or 0x602968) is known color: Seance. HEX triplet: 60, 29 and 68. RGB value is (96,41,104). Sum of RGB (Red+Green+Blue) = 96+41+104=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #602968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602968 is #9FD697. Grayscale: #404040. Windows color (decimal): -10475160 or 6826336. OLE color: 6826336.

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

Color convert

RGB 96 41 104 -
CMYK 0.08 0.61 0 0.59
HSL 292.38º 0.43% 0.28% -
HSV(B) 292.38º 0.61% 0.41% -
XYZ 8.12 5.07 13.65 -
YUV 64.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 96 41 104 0.08 0.61 0 0.59 292.38 0.43 0.28
Hex 60 29 68 8 3D 0 3B 124 2B 1C
Octal 140 51 150 10 75 0 73 444 53 34
Binary 1100000 101001 1101000 1000 111101 0 111011 100100100 101011 11100

Color Harmonies of #602968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602968

Black with #602968

Text Example


Text Example

White with #602968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602968; }

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

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

background-color css

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

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

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

border-color css

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

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

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