#65619C

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

Shades of Scampi #65619C

Tints of Scampi #65619C

Color information

#65619C (or 0x65619C) is unknown color: approx Scampi. HEX triplet: 65, 61 and 9C. RGB value is (101,97,156). Sum of RGB (Red+Green+Blue) = 101+97+156=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #65619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65619C is #9A9E63. Grayscale: #686868. Windows color (decimal): -10133092 or 10248549. OLE color: 10248549.

HSL color Cylindrical-coordinate representation of color #65619C: hue angle of 244.07º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65619C is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10197156-
CMYK0.350.3800.39
HSL244.07º23.32%49.61%-
HSV(B)244.07º37.82%61.18%-
XYZ15.6413.7233.28-
YUV104.92156.83125.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=28.53%
G=27.40%
B=44.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101971560.350.3800.39244.0723.3249.61
Hex65619C2326027f41732
Octal14514123443460473642762
Binary110010111000011001110010001110011001001111111010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65619C; }

 p { color: rgb(101,97,156); }

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

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

 a { background-color: rgb(101,97,156); }

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

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

 span { border-color: rgb(101,97,156); }

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