Html Css Color HEX #677490 Waikawa Grey

📋 copy color: '#677490'

red 103 ◦ green 116 ◦ blue 144

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

Shades of Waikawa Grey #677490

Tints of Waikawa Grey #677490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.67%

R = 28.37%
G = 31.96%
B = 39.67%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#677490 (or 0x677490) is known color: Waikawa Grey. HEX triplet: 67, 74 and 90. RGB value is (103,116,144). Sum of RGB (Red+Green+Blue) = 103+116+144=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #677490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677490 is #988B6F. Grayscale: #737373. Windows color (decimal): -9997168 or 9466983. OLE color: 9466983.

HSL color Cylindrical-coordinate representation of color #677490: hue angle of 220.98º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #677490 is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 116 144 -
CMYK 0.28 0.19 0 0.44
HSL 220.98º 0.17% 0.48% -
HSV(B) 220.98º 0.28% 0.56% -
XYZ 16.87 17.39 28.85 -
YUV 115.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 103 116 144 0.28 0.19 0 0.44 220.98 0.17 0.48
Hex 67 74 90 1C 13 0 2C DD 11 30
Octal 147 164 220 34 23 0 54 335 21 60
Binary 1100111 1110100 10010000 11100 10011 0 101100 11011101 10001 110000

Color Harmonies of #677490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677490

Black with #677490

Text Example


Text Example

White with #677490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677490; }

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

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

background-color css

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

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

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

border-color css

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

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

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