Html Css Color HEX #68719B Waikawa Grey

📋 copy color: '#68719B'

red 104 ◦ green 113 ◦ blue 155

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

Shades of Waikawa Grey #68719B

Tints of Waikawa Grey #68719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.38%

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

R = 27.96%
G = 30.38%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68719B (or 0x68719B) is known color: Waikawa Grey. HEX triplet: 68, 71 and 9B. RGB value is (104,113,155). Sum of RGB (Red+Green+Blue) = 104+113+155=372 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.96% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #68719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68719B is #978E64. Grayscale: #727272. Windows color (decimal): -9932389 or 10187112. OLE color: 10187112.

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

Color convert

RGB 104 113 155 -
CMYK 0.33 0.27 0 0.39
HSL 229.41º 0.2% 0.51% -
HSV(B) 229.41º 0.33% 0.61% -
XYZ 17.53 17.12 33.39 -
YUV 115.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 104 113 155 0.33 0.27 0 0.39 229.41 0.2 0.51
Hex 68 71 9B 21 1B 0 27 E5 14 33
Octal 150 161 233 41 33 0 47 345 24 63
Binary 1101000 1110001 10011011 100001 11011 0 100111 11100101 10100 110011

Color Harmonies of #68719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68719B

Black with #68719B

Text Example


Text Example

White with #68719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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