#620F6E

Color #620F6E Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #620F6E

Tints of Seance #620F6E

Color information

#620F6E (or 0x620F6E) is unknown color: approx Seance. HEX triplet: 62, 0F and 6E. RGB value is (98,15,110). Sum of RGB (Red+Green+Blue) = 98+15+110=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #620F6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F6E is #9DF091. Grayscale: #323232. Windows color (decimal): -10350738 or 7212898. OLE color: 7212898.

HSL color Cylindrical-coordinate representation of color #620F6E: hue angle of 292.42º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620F6E is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9815110-
CMYK0.110.8600.57
HSL292.42º76%24.51%-
HSV(B)292.42º86.36%43.14%-
XYZ8.024.0615.11-
YUV50.65161.5161.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 15 (6.25% from 255) = 6.73%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=43.95%
G=6.73%
B=49.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98151100.110.8600.57292.427624.51
Hex62F6EB560391244c19
Octal142171561312607144411431
Binary110001011111101110101110101100111001100100100100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F6E; }

 p { color: rgb(98,15,110); }

 H1.HeaderClassName
 {
   color: #620F6E;
 }
 .AnyTagClassName
 {
   color: #620F6E;
 }
</style>
background-color css

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

 a { background-color: rgb(98,15,110); }

 div.DivClassName
 {
   background-color: #620F6E;
 }
 .BgClassName
 {
   background-color: #620F6E;
 }
</style>
border-color css

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

 span { border-color: rgb(98,15,110); }

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