Html Css Color HEX #68718D Waikawa Grey

📋 copy color: '#68718D'

red 104 ◦ green 113 ◦ blue 141

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

Shades of Waikawa Grey #68718D

Tints of Waikawa Grey #68718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

 BLUE value IS 141 (55.47% from 255) = 39.39%

R = 29.05%
G = 31.56%
B = 39.39%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68718D (or 0x68718D) is known color: Waikawa Grey. HEX triplet: 68, 71 and 8D. RGB value is (104,113,141). Sum of RGB (Red+Green+Blue) = 104+113+141=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #68718D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68718D is #978E72. Grayscale: #717171. Windows color (decimal): -9932403 or 9269608. OLE color: 9269608.

HSL color Cylindrical-coordinate representation of color #68718D: hue angle of 225.41º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68718D is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 113 141 -
CMYK 0.26 0.20 0 0.45
HSL 225.41º 0.15% 0.48% -
HSV(B) 225.41º 0.26% 0.55% -
XYZ 16.42 16.68 27.55 -
YUV 113.5 143.52 121.22 -
System Red Green Blue C M Y K H S L
Decimal 104 113 141 0.26 0.20 0 0.45 225.41 0.15 0.48
Hex 68 71 8D 1A 14 0 2D E1 F 30
Octal 150 161 215 32 24 0 55 341 17 60
Binary 1101000 1110001 10001101 11010 10100 0 101101 11100001 1111 110000

Color Harmonies of #68718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68718D

Black with #68718D

Text Example


Text Example

White with #68718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68718D; }

 p { color: rgb(104,113,141); }

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

background-color css

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

 a { background-color: rgb(104,113,141); }

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

border-color css

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

 span { border-color: rgb(104,113,141); }

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