#67749B

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

Shades of Waikawa Grey #67749B

Tints of Waikawa Grey #67749B

Color information

#67749B (or 0x67749B) is unknown color: approx Waikawa Grey. HEX triplet: 67, 74 and 9B. RGB value is (103,116,155). Sum of RGB (Red+Green+Blue) = 103+116+155=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #67749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67749B is #988B64. Grayscale: #747474. Windows color (decimal): -9997157 or 10187879. OLE color: 10187879.

HSL color Cylindrical-coordinate representation of color #67749B: hue angle of 225º 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 #67749B is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103116155-
CMYK0.340.2500.39
HSL225º20.63%50.59%-
HSV(B)225º33.55%60.78%-
XYZ17.7617.7433.5-
YUV116.56149.69118.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=27.54%
G=31.02%
B=41.44%

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
Decimal1031161550.340.2500.3922520.6350.59
Hex67749B2219027e11533
Octal14716423342310473412563
Binary11001111110100100110111000101100101001111110000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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