#623070

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

Shades of Seance #623070

Tints of Seance #623070

Color information

#623070 (or 0x623070) is unknown color: approx Seance. HEX triplet: 62, 30 and 70. RGB value is (98,48,112). Sum of RGB (Red+Green+Blue) = 98+48+112=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #623070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623070 is #9DCF8F. Grayscale: #464646. Windows color (decimal): -10342288 or 7352418. OLE color: 7352418.

HSL color Cylindrical-coordinate representation of color #623070: hue angle of 286.88º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #623070 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9848112-
CMYK0.130.5700.56
HSL286.88º40%31.37%-
HSV(B)286.88º57.14%43.92%-
XYZ9.025.8815.99-
YUV70.25151.56147.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.98%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=37.98%
G=18.60%
B=43.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98481120.130.5700.56286.884031.37
Hex623070D3903811f281f
Octal1426016015710704375037
Binary110001011000011100001101111001011100010001111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623070; }

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

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

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

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

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

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

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

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