Html Css Color HEX #687291 Waikawa Grey

📋 copy color: '#687291'

red 104 ◦ green 114 ◦ blue 145

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

Shades of Waikawa Grey #687291

Tints of Waikawa Grey #687291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 28.65%
G = 31.4%
B = 39.94%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#687291 (or 0x687291) is known color: Waikawa Grey. HEX triplet: 68, 72 and 91. RGB value is (104,114,145). Sum of RGB (Red+Green+Blue) = 104+114+145=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #687291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687291 is #978D6E. Grayscale: #727272. Windows color (decimal): -9932143 or 9532008. OLE color: 9532008.

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

Color convert

RGB 104 114 145 -
CMYK 0.28 0.21 0 0.43
HSL 225.37º 0.16% 0.49% -
HSV(B) 225.37º 0.28% 0.57% -
XYZ 16.84 17.02 29.19 -
YUV 114.54 145.19 120.48 -
System Red Green Blue C M Y K H S L
Decimal 104 114 145 0.28 0.21 0 0.43 225.37 0.16 0.49
Hex 68 72 91 1C 15 0 2B E1 10 31
Octal 150 162 221 34 25 0 53 341 20 61
Binary 1101000 1110010 10010001 11100 10101 0 101011 11100001 10000 110001

Color Harmonies of #687291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687291

Black with #687291

Text Example


Text Example

White with #687291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687291; }

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

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

background-color css

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

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

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

border-color css

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

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

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