Html Css Color HEX #677193 Waikawa Grey

📋 copy color: '#677193'

red 103 ◦ green 113 ◦ blue 147

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

Shades of Waikawa Grey #677193

Tints of Waikawa Grey #677193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

 BLUE value IS 147 (57.81% from 255) = 40.5%

R = 28.37%
G = 31.13%
B = 40.5%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677193 (or 0x677193) is known color: Waikawa Grey. HEX triplet: 67, 71 and 93. RGB value is (103,113,147). Sum of RGB (Red+Green+Blue) = 103+113+147=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #677193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677193 is #988E6C. Grayscale: #717171. Windows color (decimal): -9997933 or 9662823. OLE color: 9662823.

HSL color Cylindrical-coordinate representation of color #677193: hue angle of 226.36º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677193 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 113 147 -
CMYK 0.30 0.23 0 0.42
HSL 226.36º 0.18% 0.49% -
HSV(B) 226.36º 0.3% 0.58% -
XYZ 16.77 16.8 29.96 -
YUV 113.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 103 113 147 0.30 0.23 0 0.42 226.36 0.18 0.49
Hex 67 71 93 1E 17 0 2A E2 12 31
Octal 147 161 223 36 27 0 52 342 22 61
Binary 1100111 1110001 10010011 11110 10111 0 101010 11100010 10010 110001

Color Harmonies of #677193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677193

Black with #677193

Text Example


Text Example

White with #677193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677193; }

 p { color: rgb(103,113,147); }

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

background-color css

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

 a { background-color: rgb(103,113,147); }

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

border-color css

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

 span { border-color: rgb(103,113,147); }

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