Html Css Color HEX #603462 Seance

📋 copy color: '#603462'

red 96 ◦ green 52 ◦ blue 98

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

Shades of Seance #603462

Tints of Seance #603462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

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

R = 39.02%
G = 21.14%
B = 39.84%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#603462 (or 0x603462) is known color: Seance. HEX triplet: 60, 34 and 62. RGB value is (96,52,98). Sum of RGB (Red+Green+Blue) = 96+52+98=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #603462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603462 is #9FCB9D. Grayscale: #464646. Windows color (decimal): -10472350 or 6435936. OLE color: 6435936.

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

Color convert

RGB 96 52 98 -
CMYK 0.02 0.47 0 0.62
HSL 297.39º 0.31% 0.29% -
HSV(B) 297.39º 0.47% 0.38% -
XYZ 8.26 5.82 12.24 -
YUV 70.4 143.58 146.26 -
System Red Green Blue C M Y K H S L
Decimal 96 52 98 0.02 0.47 0 0.62 297.39 0.31 0.29
Hex 60 34 62 2 2F 0 3E 129 1F 1D
Octal 140 64 142 2 57 0 76 451 37 35
Binary 1100000 110100 1100010 10 101111 0 111110 100101001 11111 11101

Color Harmonies of #603462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603462

Black with #603462

Text Example


Text Example

White with #603462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603462; }

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

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

background-color css

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

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

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

border-color css

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

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

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