#624068

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

Shades of Seance #624068

Tints of Seance #624068

Color information

#624068 (or 0x624068) is unknown color: approx Seance. HEX triplet: 62, 40 and 68. RGB value is (98,64,104). Sum of RGB (Red+Green+Blue) = 98+64+104=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #624068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624068 is #9DBF97. Grayscale: #4E4E4E. Windows color (decimal): -10338200 or 6832226. OLE color: 6832226.

HSL color Cylindrical-coordinate representation of color #624068: hue angle of 291º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #624068 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9864104-
CMYK0.060.3800.59
HSL291º23.81%32.94%-
HSV(B)291º38.46%40.78%-
XYZ9.377.2614-
YUV78.73142.26141.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=36.84%
G=24.06%
B=39.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98641040.060.3800.5929123.8132.94
Hex62406862603B1231821
Octal1421001506460734433041
Binary110001010000001101000110100110011101110010001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624068; }

 p { color: rgb(98,64,104); }

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

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

 a { background-color: rgb(98,64,104); }

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

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

 span { border-color: rgb(98,64,104); }

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