Html Css Color HEX #676D97 Waikawa Grey

📋 copy color: '#676D97'

red 103 ◦ green 109 ◦ blue 151

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

Shades of Waikawa Grey #676D97

Tints of Waikawa Grey #676D97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 28.37%
G = 30.03%
B = 41.6%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#676D97 (or 0x676D97) is known color: Waikawa Grey. HEX triplet: 67, 6D and 97. RGB value is (103,109,151). Sum of RGB (Red+Green+Blue) = 103+109+151=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #676D97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D97 is #989268. Grayscale: #6F6F6F. Windows color (decimal): -9998953 or 9923943. OLE color: 9923943.

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

Color convert

RGB 103 109 151 -
CMYK 0.32 0.28 0 0.41
HSL 232.5º 0.19% 0.5% -
HSV(B) 232.5º 0.32% 0.59% -
XYZ 16.65 16.06 31.5 -
YUV 111.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 103 109 151 0.32 0.28 0 0.41 232.5 0.19 0.5
Hex 67 6D 97 20 1C 0 29 E8 13 32
Octal 147 155 227 40 34 0 51 350 23 62
Binary 1100111 1101101 10010111 100000 11100 0 101001 11101000 10011 110010

Color Harmonies of #676D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D97

Black with #676D97

Text Example


Text Example

White with #676D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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