Html Css Color HEX #687298 Waikawa Grey

📋 copy color: '#687298'

red 104 ◦ green 114 ◦ blue 152

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

Shades of Waikawa Grey #687298

Tints of Waikawa Grey #687298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.81%

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

R = 28.11%
G = 30.81%
B = 41.08%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#687298 (or 0x687298) is known color: Waikawa Grey. HEX triplet: 68, 72 and 98. RGB value is (104,114,152). Sum of RGB (Red+Green+Blue) = 104+114+152=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #687298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687298 is #978D67. Grayscale: #737373. Windows color (decimal): -9932136 or 9990760. OLE color: 9990760.

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

Color convert

RGB 104 114 152 -
CMYK 0.32 0.25 0 0.40
HSL 227.5º 0.19% 0.5% -
HSV(B) 227.5º 0.32% 0.6% -
XYZ 17.39 17.24 32.12 -
YUV 115.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 104 114 152 0.32 0.25 0 0.40 227.5 0.19 0.5
Hex 68 72 98 20 19 0 28 E4 13 32
Octal 150 162 230 40 31 0 50 344 23 62
Binary 1101000 1110010 10011000 100000 11001 0 101000 11100100 10011 110010

Color Harmonies of #687298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687298

Black with #687298

Text Example


Text Example

White with #687298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687298; }

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

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

background-color css

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

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

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

border-color css

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

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

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