Html Css Color HEX #68779F Waikawa Grey

📋 copy color: '#68779F'

red 104 ◦ green 119 ◦ blue 159

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

Shades of Waikawa Grey #68779F

Tints of Waikawa Grey #68779F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 27.23%
G = 31.15%
B = 41.62%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68779F (or 0x68779F) is known color: Waikawa Grey. HEX triplet: 68, 77 and 9F. RGB value is (104,119,159). Sum of RGB (Red+Green+Blue) = 104+119+159=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #68779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68779F is #978860. Grayscale: #767676. Windows color (decimal): -9930849 or 10450792. OLE color: 10450792.

HSL color Cylindrical-coordinate representation of color #68779F: hue angle of 223.64º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68779F is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 119 159 -
CMYK 0.35 0.25 0 0.38
HSL 223.64º 0.22% 0.52% -
HSV(B) 223.64º 0.35% 0.62% -
XYZ 18.56 18.64 35.42 -
YUV 119.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 104 119 159 0.35 0.25 0 0.38 223.64 0.22 0.52
Hex 68 77 9F 23 19 0 26 E0 16 34
Octal 150 167 237 43 31 0 46 340 26 64
Binary 1101000 1110111 10011111 100011 11001 0 100110 11100000 10110 110100

Color Harmonies of #68779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68779F

Black with #68779F

Text Example


Text Example

White with #68779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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