Html Css Color HEX #68799C Waikawa Grey

📋 copy color: '#68799C'

red 104 ◦ green 121 ◦ blue 156

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

Shades of Waikawa Grey #68799C

Tints of Waikawa Grey #68799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 27.3%
G = 31.76%
B = 40.94%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68799C (or 0x68799C) is known color: Waikawa Grey. HEX triplet: 68, 79 and 9C. RGB value is (104,121,156). Sum of RGB (Red+Green+Blue) = 104+121+156=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #68799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68799C is #978663. Grayscale: #777777. Windows color (decimal): -9930340 or 10254696. OLE color: 10254696.

HSL color Cylindrical-coordinate representation of color #68799C: hue angle of 220.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68799C is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 121 156 -
CMYK 0.33 0.22 0 0.39
HSL 220.38º 0.21% 0.51% -
HSV(B) 220.38º 0.33% 0.61% -
XYZ 18.55 19.02 34.15 -
YUV 119.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 104 121 156 0.33 0.22 0 0.39 220.38 0.21 0.51
Hex 68 79 9C 21 16 0 27 DC 15 33
Octal 150 171 234 41 26 0 47 334 25 63
Binary 1101000 1111001 10011100 100001 10110 0 100111 11011100 10101 110011

Color Harmonies of #68799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68799C

Black with #68799C

Text Example


Text Example

White with #68799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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