Html Css Color HEX #68779B Waikawa Grey

📋 copy color: '#68779B'

red 104 ◦ green 119 ◦ blue 155

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

Shades of Waikawa Grey #68779B

Tints of Waikawa Grey #68779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 27.51%
G = 31.48%
B = 41.01%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68779B (or 0x68779B) is known color: Waikawa Grey. HEX triplet: 68, 77 and 9B. RGB value is (104,119,155). Sum of RGB (Red+Green+Blue) = 104+119+155=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #68779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68779B is #978864. Grayscale: #767676. Windows color (decimal): -9930853 or 10188648. OLE color: 10188648.

HSL color Cylindrical-coordinate representation of color #68779B: hue angle of 222.35º degrees, saturation: 0.2, 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 #68779B is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 119 155 -
CMYK 0.33 0.23 0 0.39
HSL 222.35º 0.2% 0.51% -
HSV(B) 222.35º 0.33% 0.61% -
XYZ 18.22 18.5 33.62 -
YUV 118.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 104 119 155 0.33 0.23 0 0.39 222.35 0.2 0.51
Hex 68 77 9B 21 17 0 27 DE 14 33
Octal 150 167 233 41 27 0 47 336 24 63
Binary 1101000 1110111 10011011 100001 10111 0 100111 11011110 10100 110011

Color Harmonies of #68779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68779B

Black with #68779B

Text Example


Text Example

White with #68779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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