Html Css Color HEX #68739D Waikawa Grey

📋 copy color: '#68739D'

red 104 ◦ green 115 ◦ blue 157

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

Shades of Waikawa Grey #68739D

Tints of Waikawa Grey #68739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.59%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 27.66%
G = 30.59%
B = 41.76%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68739D (or 0x68739D) is known color: Waikawa Grey. HEX triplet: 68, 73 and 9D. RGB value is (104,115,157). Sum of RGB (Red+Green+Blue) = 104+115+157=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #68739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739D is #978C62. Grayscale: #747474. Windows color (decimal): -9931875 or 10318696. OLE color: 10318696.

HSL color Cylindrical-coordinate representation of color #68739D: hue angle of 227.55º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68739D is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 115 157 -
CMYK 0.34 0.27 0 0.38
HSL 227.55º 0.21% 0.51% -
HSV(B) 227.55º 0.34% 0.62% -
XYZ 17.93 17.64 34.36 -
YUV 116.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 104 115 157 0.34 0.27 0 0.38 227.55 0.21 0.51
Hex 68 73 9D 22 1B 0 26 E4 15 33
Octal 150 163 235 42 33 0 46 344 25 63
Binary 1101000 1110011 10011101 100010 11011 0 100110 11100100 10101 110011

Color Harmonies of #68739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68739D

Black with #68739D

Text Example


Text Example

White with #68739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,115,157); }

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

background-color css

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

 a { background-color: rgb(104,115,157); }

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

border-color css

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

 span { border-color: rgb(104,115,157); }

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