Html Css Color HEX #677499 Waikawa Grey

📋 copy color: '#677499'

red 103 ◦ green 116 ◦ blue 153

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

Shades of Waikawa Grey #677499

Tints of Waikawa Grey #677499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 27.69%
G = 31.18%
B = 41.13%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#677499 (or 0x677499) is known color: Waikawa Grey. HEX triplet: 67, 74 and 99. RGB value is (103,116,153). Sum of RGB (Red+Green+Blue) = 103+116+153=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #677499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677499 is #988B66. Grayscale: #747474. Windows color (decimal): -9997159 or 10056807. OLE color: 10056807.

HSL color Cylindrical-coordinate representation of color #677499: hue angle of 224.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #677499 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 116 153 -
CMYK 0.33 0.24 0 0.4
HSL 224.4º 0.2% 0.5% -
HSV(B) 224.4º 0.33% 0.6% -
XYZ 17.59 17.67 32.62 -
YUV 116.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 103 116 153 0.33 0.24 0 0.4 224.4 0.2 0.5
Hex 67 74 99 21 18 0 28 E0 14 32
Octal 147 164 231 41 30 0 50 340 24 62
Binary 1100111 1110100 10011001 100001 11000 0 101000 11100000 10100 110010

Color Harmonies of #677499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677499

Black with #677499

Text Example


Text Example

White with #677499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677499; }

 p { color: rgb(103,116,153); }

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

background-color css

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

 a { background-color: rgb(103,116,153); }

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

border-color css

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

 span { border-color: rgb(103,116,153); }

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