Html Css Color HEX #68718B Waikawa Grey

📋 copy color: '#68718B'

red 104 ◦ green 113 ◦ blue 139

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

Shades of Waikawa Grey #68718B

Tints of Waikawa Grey #68718B

RGB

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

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

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

R = 29.21%
G = 31.74%
B = 39.04%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68718B (or 0x68718B) is known color: Waikawa Grey. HEX triplet: 68, 71 and 8B. RGB value is (104,113,139). Sum of RGB (Red+Green+Blue) = 104+113+139=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #68718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68718B is #978E74. Grayscale: #717171. Windows color (decimal): -9932405 or 9138536. OLE color: 9138536.

HSL color Cylindrical-coordinate representation of color #68718B: hue angle of 224.57º 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 #68718B is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 113 139 -
CMYK 0.25 0.19 0 0.45
HSL 224.57º 0.14% 0.48% -
HSV(B) 224.57º 0.25% 0.55% -
XYZ 16.27 16.62 26.78 -
YUV 113.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 104 113 139 0.25 0.19 0 0.45 224.57 0.14 0.48
Hex 68 71 8B 19 13 0 2D E1 E 30
Octal 150 161 213 31 23 0 55 341 16 60
Binary 1101000 1110001 10001011 11001 10011 0 101101 11100001 1110 110000

Color Harmonies of #68718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68718B

Black with #68718B

Text Example


Text Example

White with #68718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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