#67759B

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

Shades of Waikawa Grey #67759B

Tints of Waikawa Grey #67759B

Color information

#67759B (or 0x67759B) is unknown color: approx Waikawa Grey. HEX triplet: 67, 75 and 9B. RGB value is (103,117,155). Sum of RGB (Red+Green+Blue) = 103+117+155=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #67759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67759B is #988A64. Grayscale: #747474. Windows color (decimal): -9996901 or 10188135. OLE color: 10188135.

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

Color convert

RGB103117155-
CMYK0.340.2500.39
HSL223.85º20.63%50.59%-
HSV(B)223.85º33.55%60.78%-
XYZ17.8717.9733.54-
YUV117.15149.36117.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 117 (46.09% from 255) = 31.2%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=27.47%
G=31.2%
B=41.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031171550.340.2500.39223.8520.6350.59
Hex67759B2219027e01533
Octal14716523342310473402563
Binary11001111110101100110111000101100101001111110000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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