#67799F

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

Shades of Waikawa Grey #67799F

Tints of Waikawa Grey #67799F

Color information

#67799F (or 0x67799F) is unknown color: approx Waikawa Grey. HEX triplet: 67, 79 and 9F. RGB value is (103,121,159). Sum of RGB (Red+Green+Blue) = 103+121+159=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #67799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67799F is #988660. Grayscale: #777777. Windows color (decimal): -9995873 or 10451303. OLE color: 10451303.

HSL color Cylindrical-coordinate representation of color #67799F: hue angle of 220.71º degrees, saturation: 0.23, 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 #67799F is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103121159-
CMYK0.350.2400.38
HSL220.71º22.58%51.37%-
HSV(B)220.71º35.22%62.35%-
XYZ18.6919.0635.5-
YUV119.95150.04115.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.89%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=26.89%
G=31.59%
B=41.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031211590.350.2400.38220.7122.5851.37
Hex67799F2318026dd1733
Octal14717123743300463352763
Binary11001111111001100111111000111100001001101101110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67799F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67799F; }

 p { color: rgb(103,121,159); }

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

<style>
 a { background-color: #67799F; }

 a { background-color: rgb(103,121,159); }

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

<style>
 span { border-color: #67799F; }

 span { border-color: rgb(103,121,159); }

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