Html Css Color HEX #602B68 Seance

📋 copy color: '#602B68'

red 96 ◦ green 43 ◦ blue 104

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

Shades of Seance #602B68

Tints of Seance #602B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.7%

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

R = 39.51%
G = 17.7%
B = 42.8%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#602B68 (or 0x602B68) is known color: Seance. HEX triplet: 60, 2B and 68. RGB value is (96,43,104). Sum of RGB (Red+Green+Blue) = 96+43+104=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #602B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B68 is #9FD497. Grayscale: #414141. Windows color (decimal): -10474648 or 6826848. OLE color: 6826848.

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

Color convert

RGB 96 43 104 -
CMYK 0.08 0.59 0 0.59
HSL 292.13º 0.41% 0.29% -
HSV(B) 292.13º 0.59% 0.41% -
XYZ 8.19 5.21 13.67 -
YUV 65.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 96 43 104 0.08 0.59 0 0.59 292.13 0.41 0.29
Hex 60 2B 68 8 3B 0 3B 124 29 1D
Octal 140 53 150 10 73 0 73 444 51 35
Binary 1100000 101011 1101000 1000 111011 0 111011 100100100 101001 11101

Color Harmonies of #602B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602B68

Black with #602B68

Text Example


Text Example

White with #602B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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