Html Css Color HEX #68739A Waikawa Grey

📋 copy color: '#68739A'

red 104 ◦ green 115 ◦ blue 154

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

Shades of Waikawa Grey #68739A

Tints of Waikawa Grey #68739A

RGB

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

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

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

R = 27.88%
G = 30.83%
B = 41.29%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#68739A (or 0x68739A) is known color: Waikawa Grey. HEX triplet: 68, 73 and 9A. RGB value is (104,115,154). Sum of RGB (Red+Green+Blue) = 104+115+154=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #68739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739A is #978C65. Grayscale: #737373. Windows color (decimal): -9931878 or 10122088. OLE color: 10122088.

HSL color Cylindrical-coordinate representation of color #68739A: hue angle of 226.8º 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 #68739A is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 115 154 -
CMYK 0.32 0.25 0 0.40
HSL 226.8º 0.2% 0.51% -
HSV(B) 226.8º 0.32% 0.6% -
XYZ 17.67 17.54 33.03 -
YUV 116.16 149.36 119.33 -
System Red Green Blue C M Y K H S L
Decimal 104 115 154 0.32 0.25 0 0.40 226.8 0.2 0.51
Hex 68 73 9A 20 19 0 28 E3 14 33
Octal 150 163 232 40 31 0 50 343 24 63
Binary 1101000 1110011 10011010 100000 11001 0 101000 11100011 10100 110011

Color Harmonies of #68739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68739A

Black with #68739A

Text Example


Text Example

White with #68739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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