#69659C

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

Shades of Scampi #69659C

Tints of Scampi #69659C

Color information

#69659C (or 0x69659C) is unknown color: approx Scampi. HEX triplet: 69, 65 and 9C. RGB value is (105,101,156). Sum of RGB (Red+Green+Blue) = 105+101+156=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 156 - color contains mainly: blue. Hex color #69659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69659C is #969A63. Grayscale: #6C6C6C. Windows color (decimal): -9869924 or 10249577. OLE color: 10249577.

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

Color convert

RGB105101156-
CMYK0.330.3500.39
HSL244.36º21.74%50.39%-
HSV(B)244.36º35.26%61.18%-
XYZ16.4814.7133.42-
YUV108.47154.83125.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 156 (61.33% from 255) = 43.09%
R=29.01%
G=27.90%
B=43.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051011560.330.3500.39244.3621.7450.39
Hex69659C2123027f41632
Octal15114523441430473642662
Binary110100111001011001110010000110001101001111111010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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