#67749E

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

Shades of Waikawa Grey #67749E

Tints of Waikawa Grey #67749E

Color information

#67749E (or 0x67749E) is unknown color: approx Waikawa Grey. HEX triplet: 67, 74 and 9E. RGB value is (103,116,158). Sum of RGB (Red+Green+Blue) = 103+116+158=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #67749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67749E is #988B61. Grayscale: #747474. Windows color (decimal): -9997154 or 10384487. OLE color: 10384487.

HSL color Cylindrical-coordinate representation of color #67749E: hue angle of 225.82º 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 #67749E is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103116158-
CMYK0.350.2700.38
HSL225.82º22.09%51.18%-
HSV(B)225.82º34.81%61.96%-
XYZ18.0117.8434.84-
YUV116.9151.19118.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=27.32%
G=30.77%
B=41.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031161580.350.2700.38225.8222.0951.18
Hex67749E231B026e21633
Octal14716423643330463422663
Binary11001111110100100111101000111101101001101110001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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