#67799B

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

Shades of Waikawa Grey #67799B

Tints of Waikawa Grey #67799B

Color information

#67799B (or 0x67799B) is unknown color: approx Waikawa Grey. HEX triplet: 67, 79 and 9B. RGB value is (103,121,155). Sum of RGB (Red+Green+Blue) = 103+121+155=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #67799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67799B is #988664. Grayscale: #777777. Windows color (decimal): -9995877 or 10189159. OLE color: 10189159.

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

Color convert

RGB103121155-
CMYK0.340.2200.39
HSL219.23º20.63%50.59%-
HSV(B)219.23º33.55%60.78%-
XYZ18.3518.9233.7-
YUV119.49148.04116.24-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 121 (47.66% from 255) = 31.93%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=27.18%
G=31.93%
B=40.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031211550.340.2200.39219.2320.6350.59
Hex67799B2216027db1533
Octal14717123342260473332563
Binary11001111111001100110111000101011001001111101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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