Html Css Color HEX #603062 Seance

📋 copy color: '#603062'

red 96 ◦ green 48 ◦ blue 98

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

Shades of Seance #603062

Tints of Seance #603062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.83%

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 39.67%
G = 19.83%
B = 40.5%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#603062 (or 0x603062) is known color: Seance. HEX triplet: 60, 30 and 62. RGB value is (96,48,98). Sum of RGB (Red+Green+Blue) = 96+48+98=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: blue. Hex color #603062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603062 is #9FCF9D. Grayscale: #434343. Windows color (decimal): -10473374 or 6434912. OLE color: 6434912.

HSL color Cylindrical-coordinate representation of color #603062: hue angle of 297.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603062 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 48 98 -
CMYK 0.02 0.51 0 0.62
HSL 297.6º 0.34% 0.29% -
HSV(B) 297.6º 0.51% 0.38% -
XYZ 8.09 5.48 12.19 -
YUV 68.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 96 48 98 0.02 0.51 0 0.62 297.6 0.34 0.29
Hex 60 30 62 2 33 0 3E 12A 22 1D
Octal 140 60 142 2 63 0 76 452 42 35
Binary 1100000 110000 1100010 10 110011 0 111110 100101010 100010 11101

Color Harmonies of #603062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603062

Black with #603062

Text Example


Text Example

White with #603062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603062; }

 p { color: rgb(96,48,98); }

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

background-color css

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

 a { background-color: rgb(96,48,98); }

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

border-color css

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

 span { border-color: rgb(96,48,98); }

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