Html Css Color HEX #687098 Waikawa Grey

📋 copy color: '#687098'

red 104 ◦ green 112 ◦ blue 152

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

Shades of Waikawa Grey #687098

Tints of Waikawa Grey #687098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 28.26%
G = 30.43%
B = 41.3%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#687098 (or 0x687098) is known color: Waikawa Grey. HEX triplet: 68, 70 and 98. RGB value is (104,112,152). Sum of RGB (Red+Green+Blue) = 104+112+152=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #687098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687098 is #978F67. Grayscale: #727272. Windows color (decimal): -9932648 or 9990248. OLE color: 9990248.

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

Color convert

RGB 104 112 152 -
CMYK 0.32 0.26 0 0.40
HSL 230º 0.19% 0.5% -
HSV(B) 230º 0.32% 0.6% -
XYZ 17.17 16.8 32.04 -
YUV 114.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 104 112 152 0.32 0.26 0 0.40 230 0.19 0.5
Hex 68 70 98 20 1A 0 28 E6 13 32
Octal 150 160 230 40 32 0 50 346 23 62
Binary 1101000 1110000 10011000 100000 11010 0 101000 11100110 10011 110010

Color Harmonies of #687098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687098

Black with #687098

Text Example


Text Example

White with #687098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687098; }

 p { color: rgb(104,112,152); }

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

background-color css

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

 a { background-color: rgb(104,112,152); }

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

border-color css

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

 span { border-color: rgb(104,112,152); }

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