#6B779B

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

Shades of Waikawa Grey #6B779B

Tints of Waikawa Grey #6B779B

Color information

#6B779B (or 0x6B779B) is unknown color: approx Waikawa Grey. HEX triplet: 6B, 77 and 9B. RGB value is (107,119,155). Sum of RGB (Red+Green+Blue) = 107+119+155=381 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.08% from 381); Green value is 119 (46.88% from 255 or 31.23% 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 #6B779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B779B is #948864. Grayscale: #777777. Windows color (decimal): -9734245 or 10188651. OLE color: 10188651.

HSL color Cylindrical-coordinate representation of color #6B779B: hue angle of 225º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B779B is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB107119155-
CMYK0.310.2300.39
HSL225º19.35%51.37%-
HSV(B)225º30.97%60.78%-
XYZ18.5818.6933.64-
YUV119.52148.02119.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.08%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=28.08%
G=31.23%
B=40.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1071191550.310.2300.3922519.3551.37
Hex6B779B1F17027e11333
Octal15316723337270473412363
Binary1101011111011110011011111111011101001111110000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,119,155); }

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

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

 a { background-color: rgb(107,119,155); }

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

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

 span { border-color: rgb(107,119,155); }

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