Html Css Color HEX #68799D Waikawa Grey

📋 copy color: '#68799D'

red 104 ◦ green 121 ◦ blue 157

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

Shades of Waikawa Grey #68799D

Tints of Waikawa Grey #68799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

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

R = 27.23%
G = 31.68%
B = 41.1%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68799D (or 0x68799D) is known color: Waikawa Grey. HEX triplet: 68, 79 and 9D. RGB value is (104,121,157). Sum of RGB (Red+Green+Blue) = 104+121+157=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #68799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68799D is #978662. Grayscale: #777777. Windows color (decimal): -9930339 or 10320232. OLE color: 10320232.

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

Color convert

RGB 104 121 157 -
CMYK 0.34 0.23 0 0.38
HSL 220.75º 0.21% 0.51% -
HSV(B) 220.75º 0.34% 0.62% -
XYZ 18.63 19.05 34.59 -
YUV 120.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 104 121 157 0.34 0.23 0 0.38 220.75 0.21 0.51
Hex 68 79 9D 22 17 0 26 DD 15 33
Octal 150 171 235 42 27 0 46 335 25 63
Binary 1101000 1111001 10011101 100010 10111 0 100110 11011101 10101 110011

Color Harmonies of #68799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68799D

Black with #68799D

Text Example


Text Example

White with #68799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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