Html Css Color HEX #676E8D Waikawa Grey

📋 copy color: '#676E8D'

red 103 ◦ green 110 ◦ blue 141

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

Shades of Waikawa Grey #676E8D

Tints of Waikawa Grey #676E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 29.1%
G = 31.07%
B = 39.83%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#676E8D (or 0x676E8D) is known color: Waikawa Grey. HEX triplet: 67, 6E and 8D. RGB value is (103,110,141). Sum of RGB (Red+Green+Blue) = 103+110+141=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #676E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676E8D is #989172. Grayscale: #6F6F6F. Windows color (decimal): -9998707 or 9268839. OLE color: 9268839.

HSL color Cylindrical-coordinate representation of color #676E8D: hue angle of 228.95º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676E8D is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 110 141 -
CMYK 0.27 0.22 0 0.45
HSL 228.95º 0.16% 0.48% -
HSV(B) 228.95º 0.27% 0.55% -
XYZ 15.98 15.96 27.44 -
YUV 111.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 103 110 141 0.27 0.22 0 0.45 228.95 0.16 0.48
Hex 67 6E 8D 1B 16 0 2D E5 10 30
Octal 147 156 215 33 26 0 55 345 20 60
Binary 1100111 1101110 10001101 11011 10110 0 101101 11100101 10000 110000

Color Harmonies of #676E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E8D

Black with #676E8D

Text Example


Text Example

White with #676E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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