#67759E

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

Shades of Waikawa Grey #67759E

Tints of Waikawa Grey #67759E

Color information

#67759E (or 0x67759E) is unknown color: approx Waikawa Grey. HEX triplet: 67, 75 and 9E. RGB value is (103,117,158). Sum of RGB (Red+Green+Blue) = 103+117+158=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #67759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67759E is #988A61. Grayscale: #757575. Windows color (decimal): -9996898 or 10384743. OLE color: 10384743.

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

Color convert

RGB103117158-
CMYK0.350.2600.38
HSL224.73º22.09%51.18%-
HSV(B)224.73º34.81%61.96%-
XYZ18.1318.0734.88-
YUV117.49150.86117.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.25%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 158 (62.11% from 255) = 41.80%
R=27.25%
G=30.95%
B=41.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031171580.350.2600.38224.7322.0951.18
Hex67759E231A026e11633
Octal14716523643320463412663
Binary11001111110101100111101000111101001001101110000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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