#69639C

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

Shades of Scampi #69639C

Tints of Scampi #69639C

Color information

#69639C (or 0x69639C) is unknown color: approx Scampi. HEX triplet: 69, 63 and 9C. RGB value is (105,99,156). Sum of RGB (Red+Green+Blue) = 105+99+156=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #69639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69639C is #969C63. Grayscale: #6B6B6B. Windows color (decimal): -9870436 or 10249065. OLE color: 10249065.

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

Color convert

RGB10599156-
CMYK0.330.3700.39
HSL246.32º22.35%50%-
HSV(B)246.32º36.54%61.18%-
XYZ16.2914.3333.36-
YUV107.29155.49126.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 156 (61.33% from 255) = 43.33%
R=29.17%
G=27.5%
B=43.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105991560.330.3700.39246.3222.3550
Hex69639C2125027f61632
Octal15114323441450473662662
Binary110100111000111001110010000110010101001111111011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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