Html Css Color HEX #677794 Waikawa Grey

📋 copy color: '#677794'

red 103 ◦ green 119 ◦ blue 148

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

Shades of Waikawa Grey #677794

Tints of Waikawa Grey #677794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.16%

 BLUE value IS 148 (58.2% from 255) = 40%

R = 27.84%
G = 32.16%
B = 40%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677794 (or 0x677794) is known color: Waikawa Grey. HEX triplet: 67, 77 and 94. RGB value is (103,119,148). Sum of RGB (Red+Green+Blue) = 103+119+148=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #677794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677794 is #98886B. Grayscale: #757575. Windows color (decimal): -9996396 or 9729895. OLE color: 9729895.

HSL color Cylindrical-coordinate representation of color #677794: hue angle of 218.67º 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 #677794 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 119 148 -
CMYK 0.30 0.20 0 0.42
HSL 218.67º 0.18% 0.49% -
HSV(B) 218.67º 0.3% 0.58% -
XYZ 17.54 18.22 30.61 -
YUV 117.52 145.2 117.64 -
System Red Green Blue C M Y K H S L
Decimal 103 119 148 0.30 0.20 0 0.42 218.67 0.18 0.49
Hex 67 77 94 1E 14 0 2A DB 12 31
Octal 147 167 224 36 24 0 52 333 22 61
Binary 1100111 1110111 10010100 11110 10100 0 101010 11011011 10010 110001

Color Harmonies of #677794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677794

Black with #677794

Text Example


Text Example

White with #677794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677794; }

 p { color: rgb(103,119,148); }

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

background-color css

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

 a { background-color: rgb(103,119,148); }

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

border-color css

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

 span { border-color: rgb(103,119,148); }

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