#67759D

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

Shades of Waikawa Grey #67759D

Tints of Waikawa Grey #67759D

Color information

#67759D (or 0x67759D) is unknown color: approx Waikawa Grey. HEX triplet: 67, 75 and 9D. RGB value is (103,117,157). Sum of RGB (Red+Green+Blue) = 103+117+157=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 157 - color contains mainly: blue. Hex color #67759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67759D is #988A62. Grayscale: #757575. Windows color (decimal): -9996899 or 10319207. OLE color: 10319207.

HSL color Cylindrical-coordinate representation of color #67759D: hue angle of 224.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67759D is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103117157-
CMYK0.340.2500.38
HSL224.44º21.6%50.98%-
HSV(B)224.44º34.39%61.57%-
XYZ18.0418.0434.43-
YUV117.37150.36117.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 157 (61.72% from 255) = 41.64%
R=27.32%
G=31.03%
B=41.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031171570.340.2500.38224.4421.650.98
Hex67759D2219026e01633
Octal14716523542310463402663
Binary11001111110101100111011000101100101001101110000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67759D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67759D; }

 p { color: rgb(103,117,157); }

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

<style>
 a { background-color: #67759D; }

 a { background-color: rgb(103,117,157); }

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

<style>
 span { border-color: #67759D; }

 span { border-color: rgb(103,117,157); }

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