Html Css Color HEX #602466 Seance

📋 copy color: '#602466'

red 96 ◦ green 36 ◦ blue 102

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

Shades of Seance #602466

Tints of Seance #602466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 41.03%
G = 15.38%
B = 43.59%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#602466 (or 0x602466) is known color: Seance. HEX triplet: 60, 24 and 66. RGB value is (96,36,102). Sum of RGB (Red+Green+Blue) = 96+36+102=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #602466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602466 is #9FDB99. Grayscale: #3D3D3D. Windows color (decimal): -10476442 or 6693984. OLE color: 6693984.

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

Color convert

RGB 96 36 102 -
CMYK 0.06 0.65 0 0.6
HSL 294.55º 0.48% 0.27% -
HSV(B) 294.55º 0.65% 0.4% -
XYZ 7.85 4.71 13.07 -
YUV 61.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 96 36 102 0.06 0.65 0 0.6 294.55 0.48 0.27
Hex 60 24 66 6 41 0 3C 127 30 1B
Octal 140 44 146 6 101 0 74 447 60 33
Binary 1100000 100100 1100110 110 1000001 0 111100 100100111 110000 11011

Color Harmonies of #602466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602466

Black with #602466

Text Example


Text Example

White with #602466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602466; }

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

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

background-color css

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

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

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

border-color css

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

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

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