Html Css Color HEX #603266 Seance

📋 copy color: '#603266'

red 96 ◦ green 50 ◦ blue 102

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

Shades of Seance #603266

Tints of Seance #603266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 38.71%
G = 20.16%
B = 41.13%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#603266 (or 0x603266) is known color: Seance. HEX triplet: 60, 32 and 66. RGB value is (96,50,102). Sum of RGB (Red+Green+Blue) = 96+50+102=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #603266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603266 is #9FCD99. Grayscale: #454545. Windows color (decimal): -10472858 or 6697568. OLE color: 6697568.

HSL color Cylindrical-coordinate representation of color #603266: hue angle of 293.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #603266 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 96 50 102 -
CMYK 0.06 0.51 0 0.6
HSL 293.08º 0.34% 0.3% -
HSV(B) 293.08º 0.51% 0.4% -
XYZ 8.36 5.73 13.24 -
YUV 69.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 96 50 102 0.06 0.51 0 0.6 293.08 0.34 0.3
Hex 60 32 66 6 33 0 3C 125 22 1E
Octal 140 62 146 6 63 0 74 445 42 36
Binary 1100000 110010 1100110 110 110011 0 111100 100100101 100010 11110

Color Harmonies of #603266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603266

Black with #603266

Text Example


Text Example

White with #603266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603266; }

 p { color: rgb(96,50,102); }

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

background-color css

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

 a { background-color: rgb(96,50,102); }

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

border-color css

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

 span { border-color: rgb(96,50,102); }

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