Html Css Color HEX #677798 Waikawa Grey

📋 copy color: '#677798'

red 103 ◦ green 119 ◦ blue 152

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

Shades of Waikawa Grey #677798

Tints of Waikawa Grey #677798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.64%

R = 27.54%
G = 31.82%
B = 40.64%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#677798 (or 0x677798) is known color: Waikawa Grey. HEX triplet: 67, 77 and 98. RGB value is (103,119,152). Sum of RGB (Red+Green+Blue) = 103+119+152=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #677798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677798 is #988867. Grayscale: #757575. Windows color (decimal): -9996392 or 9992039. OLE color: 9992039.

HSL color Cylindrical-coordinate representation of color #677798: hue angle of 220.41º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #677798 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 119 152 -
CMYK 0.32 0.22 0 0.40
HSL 220.41º 0.19% 0.5% -
HSV(B) 220.41º 0.32% 0.6% -
XYZ 17.86 18.34 32.31 -
YUV 117.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 103 119 152 0.32 0.22 0 0.40 220.41 0.19 0.5
Hex 67 77 98 20 16 0 28 DC 13 32
Octal 147 167 230 40 26 0 50 334 23 62
Binary 1100111 1110111 10011000 100000 10110 0 101000 11011100 10011 110010

Color Harmonies of #677798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677798

Black with #677798

Text Example


Text Example

White with #677798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677798; }

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

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

background-color css

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

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

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

border-color css

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

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

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