Html Css Color HEX #68759D Waikawa Grey

📋 copy color: '#68759D'

red 104 ◦ green 117 ◦ blue 157

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

Shades of Waikawa Grey #68759D

Tints of Waikawa Grey #68759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 27.51%
G = 30.95%
B = 41.53%

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

#68759D (or 0x68759D) is known color: Waikawa Grey. HEX triplet: 68, 75 and 9D. RGB value is (104,117,157). Sum of RGB (Red+Green+Blue) = 104+117+157=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #68759D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759D is #978A62. Grayscale: #757575. Windows color (decimal): -9931363 or 10319208. OLE color: 10319208.

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

Color convert

RGB 104 117 157 -
CMYK 0.34 0.25 0 0.38
HSL 225.28º 0.21% 0.51% -
HSV(B) 225.28º 0.34% 0.62% -
XYZ 18.16 18.1 34.44 -
YUV 117.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 104 117 157 0.34 0.25 0 0.38 225.28 0.21 0.51
Hex 68 75 9D 22 19 0 26 E1 15 33
Octal 150 165 235 42 31 0 46 341 25 63
Binary 1101000 1110101 10011101 100010 11001 0 100110 11100001 10101 110011

Color Harmonies of #68759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68759D

Black with #68759D

Text Example


Text Example

White with #68759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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