Html Css Color HEX #68779E Waikawa Grey

📋 copy color: '#68779E'

red 104 ◦ green 119 ◦ blue 158

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

Shades of Waikawa Grey #68779E

Tints of Waikawa Grey #68779E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.23%

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 27.3%
G = 31.23%
B = 41.47%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68779E (or 0x68779E) is known color: Waikawa Grey. HEX triplet: 68, 77 and 9E. RGB value is (104,119,158). Sum of RGB (Red+Green+Blue) = 104+119+158=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #68779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68779E is #978861. Grayscale: #767676. Windows color (decimal): -9930850 or 10385256. OLE color: 10385256.

HSL color Cylindrical-coordinate representation of color #68779E: hue angle of 223.33º degrees, saturation: 0.22, 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 #68779E is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 119 158 -
CMYK 0.34 0.25 0 0.38
HSL 223.33º 0.22% 0.51% -
HSV(B) 223.33º 0.34% 0.62% -
XYZ 18.48 18.61 34.97 -
YUV 118.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 104 119 158 0.34 0.25 0 0.38 223.33 0.22 0.51
Hex 68 77 9E 22 19 0 26 DF 16 33
Octal 150 167 236 42 31 0 46 337 26 63
Binary 1101000 1110111 10011110 100010 11001 0 100110 11011111 10110 110011

Color Harmonies of #68779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68779E

Black with #68779E

Text Example


Text Example

White with #68779E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68779E; }

 p { color: rgb(104,119,158); }

 H1.HeaderClassName
 {
   color: #68779E;
 }
 .AnyTagClassName
 {
   color: #68779E;
 }
</style>

background-color css

<style>
 a { background-color: #68779E; }

 a { background-color: rgb(104,119,158); }

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

border-color css

<style>
 span { border-color: #68779E; }

 span { border-color: rgb(104,119,158); }

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