Html Css Color HEX #676D89 Waikawa Grey

📋 copy color: '#676D89'

red 103 ◦ green 109 ◦ blue 137

#676D89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #676D89

Tints of Waikawa Grey #676D89

RGB

 RED value IS 103 (40.63% from 255) = 29.51%

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 29.51%
G = 31.23%
B = 39.26%

CMYK

 C value IS 0.25

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#676D89 (or 0x676D89) is known color: Waikawa Grey. HEX triplet: 67, 6D and 89. RGB value is (103,109,137). Sum of RGB (Red+Green+Blue) = 103+109+137=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #676D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D89 is #989276. Grayscale: #6E6E6E. Windows color (decimal): -9998967 or 9006439. OLE color: 9006439.

HSL color Cylindrical-coordinate representation of color #676D89: hue angle of 229.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676D89 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 109 137 -
CMYK 0.25 0.20 0 0.46
HSL 229.41º 0.14% 0.47% -
HSV(B) 229.41º 0.25% 0.54% -
XYZ 15.58 15.63 25.86 -
YUV 110.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 103 109 137 0.25 0.20 0 0.46 229.41 0.14 0.47
Hex 67 6D 89 19 14 0 2E E5 E 2F
Octal 147 155 211 31 24 0 56 345 16 57
Binary 1100111 1101101 10001001 11001 10100 0 101110 11100101 1110 101111

Color Harmonies of #676D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D89

Black with #676D89

Text Example


Text Example

White with #676D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,109,137); }

 H1.HeaderClassName
 {
   color: #676D89;
 }
 .AnyTagClassName
 {
   color: #676D89;
 }
</style>

background-color css

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

 a { background-color: rgb(103,109,137); }

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

border-color css

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

 span { border-color: rgb(103,109,137); }

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