Html Css Color HEX #677389 Waikawa Grey

📋 copy color: '#677389'

red 103 ◦ green 115 ◦ blue 137

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

Shades of Waikawa Grey #677389

Tints of Waikawa Grey #677389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

 BLUE value IS 137 (53.91% from 255) = 38.59%

R = 29.01%
G = 32.39%
B = 38.59%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#677389 (or 0x677389) is known color: Waikawa Grey. HEX triplet: 67, 73 and 89. RGB value is (103,115,137). Sum of RGB (Red+Green+Blue) = 103+115+137=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 137 - color contains mainly: blue. Hex color #677389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677389 is #988C76. Grayscale: #717171. Windows color (decimal): -9997431 or 9007975. OLE color: 9007975.

HSL color Cylindrical-coordinate representation of color #677389: hue angle of 218.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #677389 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 103 115 137 -
CMYK 0.25 0.16 0 0.46
HSL 218.82º 0.14% 0.47% -
HSV(B) 218.82º 0.25% 0.54% -
XYZ 16.24 16.95 26.08 -
YUV 113.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 103 115 137 0.25 0.16 0 0.46 218.82 0.14 0.47
Hex 67 73 89 19 10 0 2E DB E 2F
Octal 147 163 211 31 20 0 56 333 16 57
Binary 1100111 1110011 10001001 11001 10000 0 101110 11011011 1110 101111

Color Harmonies of #677389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677389

Black with #677389

Text Example


Text Example

White with #677389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677389; }

 p { color: rgb(103,115,137); }

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

background-color css

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

 a { background-color: rgb(103,115,137); }

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

border-color css

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

 span { border-color: rgb(103,115,137); }

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