Html Css Color HEX #687091 Waikawa Grey

📋 copy color: '#687091'

red 104 ◦ green 112 ◦ blue 145

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

Shades of Waikawa Grey #687091

Tints of Waikawa Grey #687091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 28.81%
G = 31.02%
B = 40.17%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#687091 (or 0x687091) is known color: Waikawa Grey. HEX triplet: 68, 70 and 91. RGB value is (104,112,145). Sum of RGB (Red+Green+Blue) = 104+112+145=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #687091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687091 is #978F6E. Grayscale: #717171. Windows color (decimal): -9932655 or 9531496. OLE color: 9531496.

HSL color Cylindrical-coordinate representation of color #687091: hue angle of 228.29º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #687091 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 112 145 -
CMYK 0.28 0.23 0 0.43
HSL 228.29º 0.16% 0.49% -
HSV(B) 228.29º 0.28% 0.57% -
XYZ 16.61 16.58 29.11 -
YUV 113.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 104 112 145 0.28 0.23 0 0.43 228.29 0.16 0.49
Hex 68 70 91 1C 17 0 2B E4 10 31
Octal 150 160 221 34 27 0 53 344 20 61
Binary 1101000 1110000 10010001 11100 10111 0 101011 11100100 10000 110001

Color Harmonies of #687091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687091

Black with #687091

Text Example


Text Example

White with #687091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687091; }

 p { color: rgb(104,112,145); }

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

background-color css

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

 a { background-color: rgb(104,112,145); }

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

border-color css

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

 span { border-color: rgb(104,112,145); }

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