Html Css Color HEX #68759A Waikawa Grey

📋 copy color: '#68759A'

red 104 ◦ green 117 ◦ blue 154

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

Shades of Waikawa Grey #68759A

Tints of Waikawa Grey #68759A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 27.73%
G = 31.2%
B = 41.07%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68759A (or 0x68759A) is known color: Waikawa Grey. HEX triplet: 68, 75 and 9A. RGB value is (104,117,154). Sum of RGB (Red+Green+Blue) = 104+117+154=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #68759A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759A is #978A65. Grayscale: #757575. Windows color (decimal): -9931366 or 10122600. OLE color: 10122600.

HSL color Cylindrical-coordinate representation of color #68759A: hue angle of 224.4º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68759A is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 117 154 -
CMYK 0.32 0.24 0 0.40
HSL 224.4º 0.2% 0.51% -
HSV(B) 224.4º 0.32% 0.6% -
XYZ 17.9 18 33.1 -
YUV 117.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 104 117 154 0.32 0.24 0 0.40 224.4 0.2 0.51
Hex 68 75 9A 20 18 0 28 E0 14 33
Octal 150 165 232 40 30 0 50 340 24 63
Binary 1101000 1110101 10011010 100000 11000 0 101000 11100000 10100 110011

Color Harmonies of #68759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68759A

Black with #68759A

Text Example


Text Example

White with #68759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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