Html Css Color HEX #68759C Waikawa Grey

📋 copy color: '#68759C'

red 104 ◦ green 117 ◦ blue 156

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

Shades of Waikawa Grey #68759C

Tints of Waikawa Grey #68759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.38%

R = 27.59%
G = 31.03%
B = 41.38%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68759C (or 0x68759C) is known color: Waikawa Grey. HEX triplet: 68, 75 and 9C. RGB value is (104,117,156). Sum of RGB (Red+Green+Blue) = 104+117+156=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #68759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68759C is #978A63. Grayscale: #757575. Windows color (decimal): -9931364 or 10253672. OLE color: 10253672.

HSL color Cylindrical-coordinate representation of color #68759C: hue angle of 225º degrees, saturation: 0.21, 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 #68759C is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 117 156 -
CMYK 0.33 0.25 0 0.39
HSL 225º 0.21% 0.51% -
HSV(B) 225º 0.33% 0.61% -
XYZ 18.07 18.07 33.99 -
YUV 117.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 104 117 156 0.33 0.25 0 0.39 225 0.21 0.51
Hex 68 75 9C 21 19 0 27 E1 15 33
Octal 150 165 234 41 31 0 47 341 25 63
Binary 1101000 1110101 10011100 100001 11001 0 100111 11100001 10101 110011

Color Harmonies of #68759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68759C

Black with #68759C

Text Example


Text Example

White with #68759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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