Html Css Color HEX #687594 Waikawa Grey

📋 copy color: '#687594'

red 104 ◦ green 117 ◦ blue 148

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

Shades of Waikawa Grey #687594

Tints of Waikawa Grey #687594

RGB

 RED value IS 104 (41.02% from 255) = 28.18%

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

 BLUE value IS 148 (58.2% from 255) = 40.11%

R = 28.18%
G = 31.71%
B = 40.11%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687594 (or 0x687594) is known color: Waikawa Grey. HEX triplet: 68, 75 and 94. RGB value is (104,117,148). Sum of RGB (Red+Green+Blue) = 104+117+148=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #687594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687594 is #978A6B. Grayscale: #747474. Windows color (decimal): -9931372 or 9729384. OLE color: 9729384.

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

Color convert

RGB 104 117 148 -
CMYK 0.30 0.21 0 0.42
HSL 222.27º 0.17% 0.49% -
HSV(B) 222.27º 0.3% 0.58% -
XYZ 17.42 17.8 30.54 -
YUV 116.65 145.69 118.98 -
System Red Green Blue C M Y K H S L
Decimal 104 117 148 0.30 0.21 0 0.42 222.27 0.17 0.49
Hex 68 75 94 1E 15 0 2A DE 11 31
Octal 150 165 224 36 25 0 52 336 21 61
Binary 1101000 1110101 10010100 11110 10101 0 101010 11011110 10001 110001

Color Harmonies of #687594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687594

Black with #687594

Text Example


Text Example

White with #687594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687594; }

 p { color: rgb(104,117,148); }

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

background-color css

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

 a { background-color: rgb(104,117,148); }

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

border-color css

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

 span { border-color: rgb(104,117,148); }

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