Html Css Color HEX #68739C Waikawa Grey

📋 copy color: '#68739C'

red 104 ◦ green 115 ◦ blue 156

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

Shades of Waikawa Grey #68739C

Tints of Waikawa Grey #68739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.67%

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

R = 27.73%
G = 30.67%
B = 41.6%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68739C (or 0x68739C) is known color: Waikawa Grey. HEX triplet: 68, 73 and 9C. RGB value is (104,115,156). Sum of RGB (Red+Green+Blue) = 104+115+156=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #68739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739C is #978C63. Grayscale: #747474. Windows color (decimal): -9931876 or 10253160. OLE color: 10253160.

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

Color convert

RGB 104 115 156 -
CMYK 0.33 0.26 0 0.39
HSL 227.31º 0.21% 0.51% -
HSV(B) 227.31º 0.33% 0.61% -
XYZ 17.84 17.6 33.91 -
YUV 116.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 104 115 156 0.33 0.26 0 0.39 227.31 0.21 0.51
Hex 68 73 9C 21 1A 0 27 E3 15 33
Octal 150 163 234 41 32 0 47 343 25 63
Binary 1101000 1110011 10011100 100001 11010 0 100111 11100011 10101 110011

Color Harmonies of #68739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68739C

Black with #68739C

Text Example


Text Example

White with #68739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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