Html Css Color HEX #677393 Waikawa Grey

📋 copy color: '#677393'

red 103 ◦ green 115 ◦ blue 147

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

Shades of Waikawa Grey #677393

Tints of Waikawa Grey #677393

RGB

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

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

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

R = 28.22%
G = 31.51%
B = 40.27%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677393 (or 0x677393) is known color: Waikawa Grey. HEX triplet: 67, 73 and 93. RGB value is (103,115,147). Sum of RGB (Red+Green+Blue) = 103+115+147=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #677393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677393 is #988C6C. Grayscale: #727272. Windows color (decimal): -9997421 or 9663335. OLE color: 9663335.

HSL color Cylindrical-coordinate representation of color #677393: hue angle of 223.64º 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 #677393 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 115 147 -
CMYK 0.30 0.22 0 0.42
HSL 223.64º 0.18% 0.49% -
HSV(B) 223.64º 0.3% 0.58% -
XYZ 16.99 17.25 30.04 -
YUV 115.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 103 115 147 0.30 0.22 0 0.42 223.64 0.18 0.49
Hex 67 73 93 1E 16 0 2A E0 12 31
Octal 147 163 223 36 26 0 52 340 22 61
Binary 1100111 1110011 10010011 11110 10110 0 101010 11100000 10010 110001

Color Harmonies of #677393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677393

Black with #677393

Text Example


Text Example

White with #677393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677393; }

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

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

background-color css

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

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

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

border-color css

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

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

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