Html Css Color HEX #68769D Waikawa Grey

📋 copy color: '#68769D'

red 104 ◦ green 118 ◦ blue 157

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

Shades of Waikawa Grey #68769D

Tints of Waikawa Grey #68769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 27.44%
G = 31.13%
B = 41.42%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68769D (or 0x68769D) is known color: Waikawa Grey. HEX triplet: 68, 76 and 9D. RGB value is (104,118,157). Sum of RGB (Red+Green+Blue) = 104+118+157=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #68769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68769D is #978962. Grayscale: #767676. Windows color (decimal): -9931107 or 10319464. OLE color: 10319464.

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

Color convert

RGB 104 118 157 -
CMYK 0.34 0.25 0 0.38
HSL 224.15º 0.21% 0.51% -
HSV(B) 224.15º 0.34% 0.62% -
XYZ 18.27 18.33 34.47 -
YUV 118.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 104 118 157 0.34 0.25 0 0.38 224.15 0.21 0.51
Hex 68 76 9D 22 19 0 26 E0 15 33
Octal 150 166 235 42 31 0 46 340 25 63
Binary 1101000 1110110 10011101 100010 11001 0 100110 11100000 10101 110011

Color Harmonies of #68769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68769D

Black with #68769D

Text Example


Text Example

White with #68769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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