Html Css Color HEX #68729A Waikawa Grey

📋 copy color: '#68729A'

red 104 ◦ green 114 ◦ blue 154

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

Shades of Waikawa Grey #68729A

Tints of Waikawa Grey #68729A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 27.96%
G = 30.65%
B = 41.4%

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

#68729A (or 0x68729A) is known color: Waikawa Grey. HEX triplet: 68, 72 and 9A. RGB value is (104,114,154). Sum of RGB (Red+Green+Blue) = 104+114+154=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #68729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68729A is #978D65. Grayscale: #737373. Windows color (decimal): -9932134 or 10121832. OLE color: 10121832.

HSL color Cylindrical-coordinate representation of color #68729A: hue angle of 228º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68729A is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 114 154 -
CMYK 0.32 0.26 0 0.40
HSL 228º 0.2% 0.51% -
HSV(B) 228º 0.32% 0.6% -
XYZ 17.56 17.31 32.99 -
YUV 115.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 104 114 154 0.32 0.26 0 0.40 228 0.2 0.51
Hex 68 72 9A 20 1A 0 28 E4 14 33
Octal 150 162 232 40 32 0 50 344 24 63
Binary 1101000 1110010 10011010 100000 11010 0 101000 11100100 10100 110011

Color Harmonies of #68729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68729A

Black with #68729A

Text Example


Text Example

White with #68729A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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