Html Css Color HEX #687399 Waikawa Grey

📋 copy color: '#687399'

red 104 ◦ green 115 ◦ blue 153

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

Shades of Waikawa Grey #687399

Tints of Waikawa Grey #687399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 153 (60.16% from 255) = 41.13%

R = 27.96%
G = 30.91%
B = 41.13%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#687399 (or 0x687399) is known color: Waikawa Grey. HEX triplet: 68, 73 and 99. RGB value is (104,115,153). Sum of RGB (Red+Green+Blue) = 104+115+153=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #687399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687399 is #978C66. Grayscale: #737373. Windows color (decimal): -9931879 or 10056552. OLE color: 10056552.

HSL color Cylindrical-coordinate representation of color #687399: hue angle of 226.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #687399 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 115 153 -
CMYK 0.32 0.25 0 0.4
HSL 226.53º 0.19% 0.5% -
HSV(B) 226.53º 0.32% 0.6% -
XYZ 17.59 17.5 32.59 -
YUV 116.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 104 115 153 0.32 0.25 0 0.4 226.53 0.19 0.5
Hex 68 73 99 20 19 0 28 E3 13 32
Octal 150 163 231 40 31 0 50 343 23 62
Binary 1101000 1110011 10011001 100000 11001 0 101000 11100011 10011 110010

Color Harmonies of #687399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687399

Black with #687399

Text Example


Text Example

White with #687399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687399; }

 p { color: rgb(104,115,153); }

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

background-color css

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

 a { background-color: rgb(104,115,153); }

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

border-color css

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

 span { border-color: rgb(104,115,153); }

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