#676B96

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

Shades of Waikawa Grey #676B96

Tints of Waikawa Grey #676B96

Color information

#676B96 (or 0x676B96) is unknown color: approx Waikawa Grey. HEX triplet: 67, 6B and 96. RGB value is (103,107,150). Sum of RGB (Red+Green+Blue) = 103+107+150=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 150 - color contains mainly: blue. Hex color #676B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B96 is #989469. Grayscale: #6E6E6E. Windows color (decimal): -9999466 or 9857895. OLE color: 9857895.

HSL color Cylindrical-coordinate representation of color #676B96: hue angle of 234.89º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #676B96 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB103107150-
CMYK0.310.2900.41
HSL234.89º18.58%49.61%-
HSV(B)234.89º31.33%58.82%-
XYZ16.3615.631-
YUV110.71150.17122.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.61%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=28.61%
G=29.72%
B=41.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1031071500.310.2900.41234.8918.5849.61
Hex676B961F1D029eb1332
Octal14715322637350513532362
Binary1100111110101110010110111111110101010011110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676B96; }

 p { color: rgb(103,107,150); }

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

<style>
 a { background-color: #676B96; }

 a { background-color: rgb(103,107,150); }

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

<style>
 span { border-color: #676B96; }

 span { border-color: rgb(103,107,150); }

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