Html Css Color HEX #68728A Waikawa Grey

📋 copy color: '#68728A'

red 104 ◦ green 114 ◦ blue 138

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

Shades of Waikawa Grey #68728A

Tints of Waikawa Grey #68728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 29.21%
G = 32.02%
B = 38.76%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68728A (or 0x68728A) is known color: Waikawa Grey. HEX triplet: 68, 72 and 8A. RGB value is (104,114,138). Sum of RGB (Red+Green+Blue) = 104+114+138=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #68728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68728A is #978D75. Grayscale: #717171. Windows color (decimal): -9932150 or 9073256. OLE color: 9073256.

HSL color Cylindrical-coordinate representation of color #68728A: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68728A is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 114 138 -
CMYK 0.25 0.17 0 0.46
HSL 222.35º 0.14% 0.47% -
HSV(B) 222.35º 0.25% 0.54% -
XYZ 16.31 16.81 26.43 -
YUV 113.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 104 114 138 0.25 0.17 0 0.46 222.35 0.14 0.47
Hex 68 72 8A 19 11 0 2E DE E 2F
Octal 150 162 212 31 21 0 56 336 16 57
Binary 1101000 1110010 10001010 11001 10001 0 101110 11011110 1110 101111

Color Harmonies of #68728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68728A

Black with #68728A

Text Example


Text Example

White with #68728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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