Html Css Color HEX #687199 Waikawa Grey

📋 copy color: '#687199'

red 104 ◦ green 113 ◦ blue 153

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

Shades of Waikawa Grey #687199

Tints of Waikawa Grey #687199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

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

R = 28.11%
G = 30.54%
B = 41.35%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#687199 (or 0x687199) is known color: Waikawa Grey. HEX triplet: 68, 71 and 99. RGB value is (104,113,153). Sum of RGB (Red+Green+Blue) = 104+113+153=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #687199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687199 is #978E66. Grayscale: #727272. Windows color (decimal): -9932391 or 10056040. OLE color: 10056040.

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

Color convert

RGB 104 113 153 -
CMYK 0.32 0.26 0 0.4
HSL 228.98º 0.19% 0.5% -
HSV(B) 228.98º 0.32% 0.6% -
XYZ 17.36 17.05 32.51 -
YUV 114.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 104 113 153 0.32 0.26 0 0.4 228.98 0.19 0.5
Hex 68 71 99 20 1A 0 28 E5 13 32
Octal 150 161 231 40 32 0 50 345 23 62
Binary 1101000 1110001 10011001 100000 11010 0 101000 11100101 10011 110010

Color Harmonies of #687199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687199

Black with #687199

Text Example


Text Example

White with #687199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687199; }

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

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

background-color css

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

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

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

border-color css

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

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

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