Html Css Color HEX #68748D Waikawa Grey

📋 copy color: '#68748D'

red 104 ◦ green 116 ◦ blue 141

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

Shades of Waikawa Grey #68748D

Tints of Waikawa Grey #68748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 28.81%
G = 32.13%
B = 39.06%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68748D (or 0x68748D) is known color: Waikawa Grey. HEX triplet: 68, 74 and 8D. RGB value is (104,116,141). Sum of RGB (Red+Green+Blue) = 104+116+141=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #68748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68748D is #978B72. Grayscale: #737373. Windows color (decimal): -9931635 or 9270376. OLE color: 9270376.

HSL color Cylindrical-coordinate representation of color #68748D: hue angle of 220.54º 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 #68748D is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 116 141 -
CMYK 0.26 0.18 0 0.45
HSL 220.54º 0.15% 0.48% -
HSV(B) 220.54º 0.26% 0.55% -
XYZ 16.76 17.36 27.67 -
YUV 115.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 104 116 141 0.26 0.18 0 0.45 220.54 0.15 0.48
Hex 68 74 8D 1A 12 0 2D DD F 30
Octal 150 164 215 32 22 0 55 335 17 60
Binary 1101000 1110100 10001101 11010 10010 0 101101 11011101 1111 110000

Color Harmonies of #68748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68748D

Black with #68748D

Text Example


Text Example

White with #68748D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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