#69629D

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

Shades of Scampi #69629D

Tints of Scampi #69629D

Color information

#69629D (or 0x69629D) is unknown color: approx Scampi. HEX triplet: 69, 62 and 9D. RGB value is (105,98,157). Sum of RGB (Red+Green+Blue) = 105+98+157=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #69629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69629D is #969D62. Grayscale: #6A6A6A. Windows color (decimal): -9870691 or 10314345. OLE color: 10314345.

HSL color Cylindrical-coordinate representation of color #69629D: hue angle of 247.12º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69629D is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10598157-
CMYK0.330.3800.38
HSL247.12º23.14%50%-
HSV(B)247.12º37.58%61.57%-
XYZ16.2814.1733.78-
YUV106.82156.32126.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=29.17%
G=27.22%
B=43.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105981570.330.3800.38247.1223.1450
Hex69629D2126026f71732
Octal15114223541460463672762
Binary110100111000101001110110000110011001001101111011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69629D; }

 p { color: rgb(105,98,157); }

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

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

 a { background-color: rgb(105,98,157); }

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

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

 span { border-color: rgb(105,98,157); }

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