#6D759B

Color #6D759B Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #6D759B

Tints of Waikawa Grey #6D759B

Color information

#6D759B (or 0x6D759B) is unknown color: approx Waikawa Grey. HEX triplet: 6D, 75 and 9B. RGB value is (109,117,155). Sum of RGB (Red+Green+Blue) = 109+117+155=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D759B is #928A64. Grayscale: #767676. Windows color (decimal): -9603685 or 10188141. OLE color: 10188141.

HSL color Cylindrical-coordinate representation of color #6D759B: hue angle of 229.57º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D759B is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109117155-
CMYK0.300.2500.39
HSL229.57º18.7%51.76%-
HSV(B)229.57º29.68%60.78%-
XYZ18.5818.3433.57-
YUV118.94148.35120.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.61%
GREEN value IS 117 (46.09% from 255) = 30.71%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=28.61%
G=30.71%
B=40.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091171550.300.2500.39229.5718.751.76
Hex6D759B1E19027e61334
Octal15516523336310473462364
Binary1101101111010110011011111101100101001111110011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D759B; }

 p { color: rgb(109,117,155); }

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

<style>
 a { background-color: #6D759B; }

 a { background-color: rgb(109,117,155); }

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

<style>
 span { border-color: #6D759B; }

 span { border-color: rgb(109,117,155); }

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