Html Css Color HEX #676E88 Waikawa Grey

📋 copy color: '#676E88'

red 103 ◦ green 110 ◦ blue 136

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

Shades of Waikawa Grey #676E88

Tints of Waikawa Grey #676E88

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.52%

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 29.51%
G = 31.52%
B = 38.97%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#676E88 (or 0x676E88) is known color: Waikawa Grey. HEX triplet: 67, 6E and 88. RGB value is (103,110,136). Sum of RGB (Red+Green+Blue) = 103+110+136=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #676E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676E88 is #989177. Grayscale: #6E6E6E. Windows color (decimal): -9998712 or 8941159. OLE color: 8941159.

HSL color Cylindrical-coordinate representation of color #676E88: hue angle of 227.27º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #676E88 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 110 136 -
CMYK 0.24 0.19 0 0.47
HSL 227.27º 0.14% 0.47% -
HSV(B) 227.27º 0.24% 0.53% -
XYZ 15.61 15.81 25.52 -
YUV 110.87 142.18 122.39 -
System Red Green Blue C M Y K H S L
Decimal 103 110 136 0.24 0.19 0 0.47 227.27 0.14 0.47
Hex 67 6E 88 18 13 0 2F E3 E 2F
Octal 147 156 210 30 23 0 57 343 16 57
Binary 1100111 1101110 10001000 11000 10011 0 101111 11100011 1110 101111

Color Harmonies of #676E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E88

Black with #676E88

Text Example


Text Example

White with #676E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,110,136); }

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

background-color css

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

 a { background-color: rgb(103,110,136); }

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

border-color css

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

 span { border-color: rgb(103,110,136); }

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