Html Css Color HEX #68708A Waikawa Grey

📋 copy color: '#68708A'

red 104 ◦ green 112 ◦ blue 138

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

Shades of Waikawa Grey #68708A

Tints of Waikawa Grey #68708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 29.38%
G = 31.64%
B = 38.98%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68708A (or 0x68708A) is known color: Waikawa Grey. HEX triplet: 68, 70 and 8A. RGB value is (104,112,138). Sum of RGB (Red+Green+Blue) = 104+112+138=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #68708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68708A is #978F75. Grayscale: #707070. Windows color (decimal): -9932662 or 9072744. OLE color: 9072744.

HSL color Cylindrical-coordinate representation of color #68708A: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68708A is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 112 138 -
CMYK 0.25 0.19 0 0.46
HSL 225.88º 0.14% 0.47% -
HSV(B) 225.88º 0.25% 0.54% -
XYZ 16.09 16.37 26.36 -
YUV 112.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 104 112 138 0.25 0.19 0 0.46 225.88 0.14 0.47
Hex 68 70 8A 19 13 0 2E E2 E 2F
Octal 150 160 212 31 23 0 56 342 16 57
Binary 1101000 1110000 10001010 11001 10011 0 101110 11100010 1110 101111

Color Harmonies of #68708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68708A

Black with #68708A

Text Example


Text Example

White with #68708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,112,138); }

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

background-color css

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

 a { background-color: rgb(104,112,138); }

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

border-color css

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

 span { border-color: rgb(104,112,138); }

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