Html Css Color HEX #687499 Waikawa Grey

📋 copy color: '#687499'

red 104 ◦ green 116 ◦ blue 153

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

Shades of Waikawa Grey #687499

Tints of Waikawa Grey #687499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 27.88%
G = 31.1%
B = 41.02%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#687499 (or 0x687499) is known color: Waikawa Grey. HEX triplet: 68, 74 and 99. RGB value is (104,116,153). Sum of RGB (Red+Green+Blue) = 104+116+153=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #687499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687499 is #978B66. Grayscale: #747474. Windows color (decimal): -9931623 or 10056808. OLE color: 10056808.

HSL color Cylindrical-coordinate representation of color #687499: hue angle of 225.31º 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 #687499 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 116 153 -
CMYK 0.32 0.24 0 0.4
HSL 225.31º 0.19% 0.5% -
HSV(B) 225.31º 0.32% 0.6% -
XYZ 17.7 17.73 32.63 -
YUV 116.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 104 116 153 0.32 0.24 0 0.4 225.31 0.19 0.5
Hex 68 74 99 20 18 0 28 E1 13 32
Octal 150 164 231 40 30 0 50 341 23 62
Binary 1101000 1110100 10011001 100000 11000 0 101000 11100001 10011 110010

Color Harmonies of #687499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687499

Black with #687499

Text Example


Text Example

White with #687499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687499; }

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

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

background-color css

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

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

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

border-color css

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

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

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