Html Css Color HEX #687795 Waikawa Grey

📋 copy color: '#687795'

red 104 ◦ green 119 ◦ blue 149

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

Shades of Waikawa Grey #687795

Tints of Waikawa Grey #687795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 27.96%
G = 31.99%
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

#687795 (or 0x687795) is known color: Waikawa Grey. HEX triplet: 68, 77 and 95. RGB value is (104,119,149). Sum of RGB (Red+Green+Blue) = 104+119+149=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #687795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687795 is #97886A. Grayscale: #757575. Windows color (decimal): -9930859 or 9795432. OLE color: 9795432.

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

Color convert

RGB 104 119 149 -
CMYK 0.30 0.20 0 0.42
HSL 220º 0.18% 0.5% -
HSV(B) 220º 0.3% 0.58% -
XYZ 17.73 18.31 31.03 -
YUV 117.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 104 119 149 0.30 0.20 0 0.42 220 0.18 0.5
Hex 68 77 95 1E 14 0 2A DC 12 32
Octal 150 167 225 36 24 0 52 334 22 62
Binary 1101000 1110111 10010101 11110 10100 0 101010 11011100 10010 110010

Color Harmonies of #687795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687795

Black with #687795

Text Example


Text Example

White with #687795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687795; }

 p { color: rgb(104,119,149); }

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

background-color css

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

 a { background-color: rgb(104,119,149); }

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

border-color css

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

 span { border-color: rgb(104,119,149); }

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