Html Css Color HEX #676A8C Waikawa Grey

📋 copy color: '#676A8C'

red 103 ◦ green 106 ◦ blue 140

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

Shades of Waikawa Grey #676A8C

Tints of Waikawa Grey #676A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 29.51%
G = 30.37%
B = 40.11%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#676A8C (or 0x676A8C) is known color: Waikawa Grey. HEX triplet: 67, 6A and 8C. RGB value is (103,106,140). Sum of RGB (Red+Green+Blue) = 103+106+140=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #676A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A8C is #989573. Grayscale: #6C6C6C. Windows color (decimal): -9999732 or 9202279. OLE color: 9202279.

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

Color convert

RGB 103 106 140 -
CMYK 0.26 0.24 0 0.45
HSL 235.14º 0.15% 0.48% -
HSV(B) 235.14º 0.26% 0.55% -
XYZ 15.48 15.09 26.91 -
YUV 108.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 103 106 140 0.26 0.24 0 0.45 235.14 0.15 0.48
Hex 67 6A 8C 1A 18 0 2D EB F 30
Octal 147 152 214 32 30 0 55 353 17 60
Binary 1100111 1101010 10001100 11010 11000 0 101101 11101011 1111 110000

Color Harmonies of #676A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A8C

Black with #676A8C

Text Example


Text Example

White with #676A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,106,140); }

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

background-color css

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

 a { background-color: rgb(103,106,140); }

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

border-color css

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

 span { border-color: rgb(103,106,140); }

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