#6B769D

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

Shades of Waikawa Grey #6B769D

Tints of Waikawa Grey #6B769D

Color information

#6B769D (or 0x6B769D) is unknown color: approx Waikawa Grey. HEX triplet: 6B, 76 and 9D. RGB value is (107,118,157). Sum of RGB (Red+Green+Blue) = 107+118+157=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B769D is #948962. Grayscale: #767676. Windows color (decimal): -9734499 or 10319467. OLE color: 10319467.

HSL color Cylindrical-coordinate representation of color #6B769D: hue angle of 226.8º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B769D is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB107118157-
CMYK0.320.2500.38
HSL226.8º20.33%51.76%-
HSV(B)226.8º31.85%61.57%-
XYZ18.6318.5234.49-
YUV119.16149.36119.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.01%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=28.01%
G=30.89%
B=41.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071181570.320.2500.38226.820.3351.76
Hex6B769D2019026e31434
Octal15316623540310463432464
Binary11010111110110100111011000001100101001101110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,157); }

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

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

 a { background-color: rgb(107,118,157); }

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

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

 span { border-color: rgb(107,118,157); }

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