Html Css Color HEX #687793 Waikawa Grey

📋 copy color: '#687793'

red 104 ◦ green 119 ◦ blue 147

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

Shades of Waikawa Grey #687793

Tints of Waikawa Grey #687793

RGB

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

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

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

R = 28.11%
G = 32.16%
B = 39.73%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#687793 (or 0x687793) is known color: Waikawa Grey. HEX triplet: 68, 77 and 93. RGB value is (104,119,147). Sum of RGB (Red+Green+Blue) = 104+119+147=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #687793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687793 is #97886C. Grayscale: #757575. Windows color (decimal): -9930861 or 9664360. OLE color: 9664360.

HSL color Cylindrical-coordinate representation of color #687793: hue angle of 219.07º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #687793 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 119 147 -
CMYK 0.29 0.19 0 0.42
HSL 219.07º 0.17% 0.49% -
HSV(B) 219.07º 0.29% 0.58% -
XYZ 17.57 18.24 30.2 -
YUV 117.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 104 119 147 0.29 0.19 0 0.42 219.07 0.17 0.49
Hex 68 77 93 1D 13 0 2A DB 11 31
Octal 150 167 223 35 23 0 52 333 21 61
Binary 1101000 1110111 10010011 11101 10011 0 101010 11011011 10001 110001

Color Harmonies of #687793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687793

Black with #687793

Text Example


Text Example

White with #687793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687793; }

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

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

background-color css

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

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

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

border-color css

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

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

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