Html Css Color HEX #677593 Waikawa Grey

📋 copy color: '#677593'

red 103 ◦ green 117 ◦ blue 147

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

Shades of Waikawa Grey #677593

Tints of Waikawa Grey #677593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 28.07%
G = 31.88%
B = 40.05%

CMYK

 C value IS 0.30

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677593 (or 0x677593) is known color: Waikawa Grey. HEX triplet: 67, 75 and 93. RGB value is (103,117,147). Sum of RGB (Red+Green+Blue) = 103+117+147=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #677593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677593 is #988A6C. Grayscale: #747474. Windows color (decimal): -9996909 or 9663847. OLE color: 9663847.

HSL color Cylindrical-coordinate representation of color #677593: hue angle of 220.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677593 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 117 147 -
CMYK 0.30 0.20 0 0.42
HSL 220.91º 0.18% 0.49% -
HSV(B) 220.91º 0.3% 0.58% -
XYZ 17.22 17.71 30.12 -
YUV 116.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 103 117 147 0.30 0.20 0 0.42 220.91 0.18 0.49
Hex 67 75 93 1E 14 0 2A DD 12 31
Octal 147 165 223 36 24 0 52 335 22 61
Binary 1100111 1110101 10010011 11110 10100 0 101010 11011101 10010 110001

Color Harmonies of #677593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677593

Black with #677593

Text Example


Text Example

White with #677593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677593; }

 p { color: rgb(103,117,147); }

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

background-color css

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

 a { background-color: rgb(103,117,147); }

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

border-color css

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

 span { border-color: rgb(103,117,147); }

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