Html Css Color HEX #68799E Waikawa Grey

📋 copy color: '#68799E'

red 104 ◦ green 121 ◦ blue 158

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

Shades of Waikawa Grey #68799E

Tints of Waikawa Grey #68799E

RGB

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

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

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

R = 27.15%
G = 31.59%
B = 41.25%

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

#68799E (or 0x68799E) is known color: Waikawa Grey. HEX triplet: 68, 79 and 9E. RGB value is (104,121,158). Sum of RGB (Red+Green+Blue) = 104+121+158=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #68799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68799E is #978661. Grayscale: #777777. Windows color (decimal): -9930338 or 10385768. OLE color: 10385768.

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

Color convert

RGB 104 121 158 -
CMYK 0.34 0.23 0 0.38
HSL 221.11º 0.22% 0.51% -
HSV(B) 221.11º 0.34% 0.62% -
XYZ 18.72 19.09 35.05 -
YUV 120.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 104 121 158 0.34 0.23 0 0.38 221.11 0.22 0.51
Hex 68 79 9E 22 17 0 26 DD 16 33
Octal 150 171 236 42 27 0 46 335 26 63
Binary 1101000 1111001 10011110 100010 10111 0 100110 11011101 10110 110011

Color Harmonies of #68799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68799E

Black with #68799E

Text Example


Text Example

White with #68799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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