#67719A

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

Shades of Waikawa Grey #67719A

Tints of Waikawa Grey #67719A

Color information

#67719A (or 0x67719A) is unknown color: approx Waikawa Grey. HEX triplet: 67, 71 and 9A. RGB value is (103,113,154). Sum of RGB (Red+Green+Blue) = 103+113+154=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #67719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67719A is #988E65. Grayscale: #727272. Windows color (decimal): -9997926 or 10121575. OLE color: 10121575.

HSL color Cylindrical-coordinate representation of color #67719A: hue angle of 228.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67719A is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103113154-
CMYK0.330.2700.40
HSL228.24º20.16%50.39%-
HSV(B)228.24º33.12%60.39%-
XYZ17.3317.0332.94-
YUV114.68150.19119.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 113 (44.53% from 255) = 30.54%
BLUE value IS 154 (60.55% from 255) = 41.62%
R=27.84%
G=30.54%
B=41.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031131540.330.2700.40228.2420.1650.39
Hex67719A211B028e41432
Octal14716123241330503442462
Binary11001111110001100110101000011101101010001110010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67719A; }

 p { color: rgb(103,113,154); }

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

<style>
 a { background-color: #67719A; }

 a { background-color: rgb(103,113,154); }

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

<style>
 span { border-color: #67719A; }

 span { border-color: rgb(103,113,154); }

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