Html Css Color HEX #68758B Waikawa Grey

📋 copy color: '#68758B'

red 104 ◦ green 117 ◦ blue 139

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

Shades of Waikawa Grey #68758B

Tints of Waikawa Grey #68758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 139 (54.69% from 255) = 38.61%

R = 28.89%
G = 32.5%
B = 38.61%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68758B (or 0x68758B) is known color: Waikawa Grey. HEX triplet: 68, 75 and 8B. RGB value is (104,117,139). Sum of RGB (Red+Green+Blue) = 104+117+139=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #68758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68758B is #978A74. Grayscale: #737373. Windows color (decimal): -9931381 or 9139560. OLE color: 9139560.

HSL color Cylindrical-coordinate representation of color #68758B: hue angle of 217.71º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68758B is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 117 139 -
CMYK 0.25 0.16 0 0.45
HSL 217.71º 0.14% 0.48% -
HSV(B) 217.71º 0.25% 0.55% -
XYZ 16.73 17.53 26.93 -
YUV 115.62 141.19 119.71 -
System Red Green Blue C M Y K H S L
Decimal 104 117 139 0.25 0.16 0 0.45 217.71 0.14 0.48
Hex 68 75 8B 19 10 0 2D DA E 30
Octal 150 165 213 31 20 0 55 332 16 60
Binary 1101000 1110101 10001011 11001 10000 0 101101 11011010 1110 110000

Color Harmonies of #68758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68758B

Black with #68758B

Text Example


Text Example

White with #68758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,117,139); }

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

background-color css

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

 a { background-color: rgb(104,117,139); }

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

border-color css

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

 span { border-color: rgb(104,117,139); }

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