Html Css Color HEX #677690 Waikawa Grey

📋 copy color: '#677690'

red 103 ◦ green 118 ◦ blue 144

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

Shades of Waikawa Grey #677690

Tints of Waikawa Grey #677690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 28.22%
G = 32.33%
B = 39.45%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#677690 (or 0x677690) is known color: Waikawa Grey. HEX triplet: 67, 76 and 90. RGB value is (103,118,144). Sum of RGB (Red+Green+Blue) = 103+118+144=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #677690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677690 is #98896F. Grayscale: #747474. Windows color (decimal): -9996656 or 9467495. OLE color: 9467495.

HSL color Cylindrical-coordinate representation of color #677690: hue angle of 218.05º 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 #677690 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 118 144 -
CMYK 0.28 0.18 0 0.44
HSL 218.05º 0.17% 0.48% -
HSV(B) 218.05º 0.28% 0.56% -
XYZ 17.11 17.85 28.93 -
YUV 116.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 103 118 144 0.28 0.18 0 0.44 218.05 0.17 0.48
Hex 67 76 90 1C 12 0 2C DA 11 30
Octal 147 166 220 34 22 0 54 332 21 60
Binary 1100111 1110110 10010000 11100 10010 0 101100 11011010 10001 110000

Color Harmonies of #677690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677690

Black with #677690

Text Example


Text Example

White with #677690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677690; }

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

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

background-color css

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

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

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

border-color css

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

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

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