#6C759B

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

Shades of Waikawa Grey #6C759B

Tints of Waikawa Grey #6C759B

Color information

#6C759B (or 0x6C759B) is unknown color: approx Waikawa Grey. HEX triplet: 6C, 75 and 9B. RGB value is (108,117,155). Sum of RGB (Red+Green+Blue) = 108+117+155=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C759B is #938A64. Grayscale: #767676. Windows color (decimal): -9669221 or 10188140. OLE color: 10188140.

HSL color Cylindrical-coordinate representation of color #6C759B: hue angle of 228.51º 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 #6C759B is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB108117155-
CMYK0.300.2500.39
HSL228.51º19.03%51.57%-
HSV(B)228.51º30.32%60.78%-
XYZ18.4618.2833.57-
YUV118.64148.52120.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.42%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=28.42%
G=30.79%
B=40.79%

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
Decimal1081171550.300.2500.39228.5119.0351.57
Hex6C759B1E19027e51334
Octal15416523336310473452364
Binary1101100111010110011011111101100101001111110010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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