#69619C

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

Shades of Scampi #69619C

Tints of Scampi #69619C

Color information

#69619C (or 0x69619C) is unknown color: approx Scampi. HEX triplet: 69, 61 and 9C. RGB value is (105,97,156). Sum of RGB (Red+Green+Blue) = 105+97+156=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 156 - color contains mainly: blue. Hex color #69619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69619C is #969E63. Grayscale: #696969. Windows color (decimal): -9870948 or 10248553. OLE color: 10248553.

HSL color Cylindrical-coordinate representation of color #69619C: hue angle of 248.14º 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 #69619C is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10597156-
CMYK0.330.3800.39
HSL248.14º23.32%49.61%-
HSV(B)248.14º37.82%61.18%-
XYZ16.113.9533.3-
YUV106.12156.15127.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 97 (38.28% from 255) = 27.09%
BLUE value IS 156 (61.33% from 255) = 43.58%
R=29.33%
G=27.09%
B=43.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105971560.330.3800.39248.1423.3249.61
Hex69619C2126027f81732
Octal15114123441460473702762
Binary110100111000011001110010000110011001001111111100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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