Html Css Color HEX #68709B Waikawa Grey

📋 copy color: '#68709B'

red 104 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #68709B

Tints of Waikawa Grey #68709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.19%

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 28.03%
G = 30.19%
B = 41.78%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68709B (or 0x68709B) is known color: Waikawa Grey. HEX triplet: 68, 70 and 9B. RGB value is (104,112,155). Sum of RGB (Red+Green+Blue) = 104+112+155=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #68709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68709B is #978F64. Grayscale: #727272. Windows color (decimal): -9932645 or 10186856. OLE color: 10186856.

HSL color Cylindrical-coordinate representation of color #68709B: hue angle of 230.59º degrees, saturation: 0.2, 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 #68709B is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 112 155 -
CMYK 0.33 0.28 0 0.39
HSL 230.59º 0.2% 0.51% -
HSV(B) 230.59º 0.33% 0.61% -
XYZ 17.42 16.9 33.35 -
YUV 114.51 150.85 120.5 -
System Red Green Blue C M Y K H S L
Decimal 104 112 155 0.33 0.28 0 0.39 230.59 0.2 0.51
Hex 68 70 9B 21 1C 0 27 E7 14 33
Octal 150 160 233 41 34 0 47 347 24 63
Binary 1101000 1110000 10011011 100001 11100 0 100111 11100111 10100 110011

Color Harmonies of #68709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68709B

Black with #68709B

Text Example


Text Example

White with #68709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68709B; }

 p { color: rgb(104,112,155); }

 H1.HeaderClassName
 {
   color: #68709B;
 }
 .AnyTagClassName
 {
   color: #68709B;
 }
</style>

background-color css

<style>
 a { background-color: #68709B; }

 a { background-color: rgb(104,112,155); }

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

border-color css

<style>
 span { border-color: #68709B; }

 span { border-color: rgb(104,112,155); }

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