Html Css Color HEX #68739B Waikawa Grey

📋 copy color: '#68739B'

red 104 ◦ green 115 ◦ blue 155

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

Shades of Waikawa Grey #68739B

Tints of Waikawa Grey #68739B

RGB

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

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

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

R = 27.81%
G = 30.75%
B = 41.44%

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

#68739B (or 0x68739B) is known color: Waikawa Grey. HEX triplet: 68, 73 and 9B. RGB value is (104,115,155). Sum of RGB (Red+Green+Blue) = 104+115+155=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #68739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68739B is #978C64. Grayscale: #747474. Windows color (decimal): -9931877 or 10187624. OLE color: 10187624.

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

Color convert

RGB 104 115 155 -
CMYK 0.33 0.26 0 0.39
HSL 227.06º 0.2% 0.51% -
HSV(B) 227.06º 0.33% 0.61% -
XYZ 17.76 17.57 33.47 -
YUV 116.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 104 115 155 0.33 0.26 0 0.39 227.06 0.2 0.51
Hex 68 73 9B 21 1A 0 27 E3 14 33
Octal 150 163 233 41 32 0 47 343 24 63
Binary 1101000 1110011 10011011 100001 11010 0 100111 11100011 10100 110011

Color Harmonies of #68739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68739B

Black with #68739B

Text Example


Text Example

White with #68739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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