Html Css Color HEX #68789E Waikawa Grey

📋 copy color: '#68789E'

red 104 ◦ green 120 ◦ blue 158

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

Shades of Waikawa Grey #68789E

Tints of Waikawa Grey #68789E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

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

R = 27.23%
G = 31.41%
B = 41.36%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68789E (or 0x68789E) is known color: Waikawa Grey. HEX triplet: 68, 78 and 9E. RGB value is (104,120,158). Sum of RGB (Red+Green+Blue) = 104+120+158=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #68789E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68789E is #978761. Grayscale: #777777. Windows color (decimal): -9930594 or 10385512. OLE color: 10385512.

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

Color convert

RGB 104 120 158 -
CMYK 0.34 0.24 0 0.38
HSL 222.22º 0.22% 0.51% -
HSV(B) 222.22º 0.34% 0.62% -
XYZ 18.6 18.84 35 -
YUV 119.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 104 120 158 0.34 0.24 0 0.38 222.22 0.22 0.51
Hex 68 78 9E 22 18 0 26 DE 16 33
Octal 150 170 236 42 30 0 46 336 26 63
Binary 1101000 1111000 10011110 100010 11000 0 100110 11011110 10110 110011

Color Harmonies of #68789E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68789E

Black with #68789E

Text Example


Text Example

White with #68789E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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