Html Css Color HEX #68728B Waikawa Grey

📋 copy color: '#68728B'

red 104 ◦ green 114 ◦ blue 139

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

Shades of Waikawa Grey #68728B

Tints of Waikawa Grey #68728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 29.13%
G = 31.93%
B = 38.94%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68728B (or 0x68728B) is known color: Waikawa Grey. HEX triplet: 68, 72 and 8B. RGB value is (104,114,139). Sum of RGB (Red+Green+Blue) = 104+114+139=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #68728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68728B is #978D74. Grayscale: #717171. Windows color (decimal): -9932149 or 9138792. OLE color: 9138792.

HSL color Cylindrical-coordinate representation of color #68728B: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68728B is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 114 139 -
CMYK 0.25 0.18 0 0.45
HSL 222.86º 0.14% 0.48% -
HSV(B) 222.86º 0.25% 0.55% -
XYZ 16.39 16.84 26.81 -
YUV 113.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 104 114 139 0.25 0.18 0 0.45 222.86 0.14 0.48
Hex 68 72 8B 19 12 0 2D DF E 30
Octal 150 162 213 31 22 0 55 337 16 60
Binary 1101000 1110010 10001011 11001 10010 0 101101 11011111 1110 110000

Color Harmonies of #68728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68728B

Black with #68728B

Text Example


Text Example

White with #68728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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