Html Css Color HEX #677998 Waikawa Grey

📋 copy color: '#677998'

red 103 ◦ green 121 ◦ blue 152

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

Shades of Waikawa Grey #677998

Tints of Waikawa Grey #677998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.18%

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

R = 27.39%
G = 32.18%
B = 40.43%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#677998 (or 0x677998) is known color: Waikawa Grey. HEX triplet: 67, 79 and 98. RGB value is (103,121,152). Sum of RGB (Red+Green+Blue) = 103+121+152=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #677998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677998 is #988667. Grayscale: #777777. Windows color (decimal): -9995880 or 9992551. OLE color: 9992551.

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

Color convert

RGB 103 121 152 -
CMYK 0.32 0.20 0 0.40
HSL 217.96º 0.19% 0.5% -
HSV(B) 217.96º 0.32% 0.6% -
XYZ 18.1 18.83 32.39 -
YUV 119.15 146.54 116.48 -
System Red Green Blue C M Y K H S L
Decimal 103 121 152 0.32 0.20 0 0.40 217.96 0.19 0.5
Hex 67 79 98 20 14 0 28 DA 13 32
Octal 147 171 230 40 24 0 50 332 23 62
Binary 1100111 1111001 10011000 100000 10100 0 101000 11011010 10011 110010

Color Harmonies of #677998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677998

Black with #677998

Text Example


Text Example

White with #677998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677998; }

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

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

background-color css

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

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

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

border-color css

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

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

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