#6B799D

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

Shades of Waikawa Grey #6B799D

Tints of Waikawa Grey #6B799D

Color information

#6B799D (or 0x6B799D) is unknown color: approx Waikawa Grey. HEX triplet: 6B, 79 and 9D. RGB value is (107,121,157). Sum of RGB (Red+Green+Blue) = 107+121+157=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B799D is #948662. Grayscale: #787878. Windows color (decimal): -9733731 or 10320235. OLE color: 10320235.

HSL color Cylindrical-coordinate representation of color #6B799D: hue angle of 223.2º 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 #6B799D is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB107121157-
CMYK0.320.2300.38
HSL223.2º20.33%51.76%-
HSV(B)223.2º31.85%61.57%-
XYZ18.9919.2334.61-
YUV120.92148.36118.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.79%
GREEN value IS 121 (47.66% from 255) = 31.43%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=27.79%
G=31.43%
B=40.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1071211570.320.2300.38223.220.3351.76
Hex6B799D2017026df1434
Octal15317123540270463372464
Binary11010111111001100111011000001011101001101101111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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