Html Css Color HEX #68868B Gothic

📋 copy color: '#68868B'

red 104 ◦ green 134 ◦ blue 139

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

Shades of Gothic #68868B

Tints of Gothic #68868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.54%

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

R = 27.59%
G = 35.54%
B = 36.87%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68868B (or 0x68868B) is known color: Gothic. HEX triplet: 68, 86 and 8B. RGB value is (104,134,139). Sum of RGB (Red+Green+Blue) = 104+134+139=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #68868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68868B is #977974. Grayscale: #7D7D7D. Windows color (decimal): -9927029 or 9143912. OLE color: 9143912.

HSL color Cylindrical-coordinate representation of color #68868B: hue angle of 188.57º 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 #68868B is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 134 139 -
CMYK 0.25 0.04 0 0.45
HSL 188.57º 0.14% 0.48% -
HSV(B) 188.57º 0.25% 0.55% -
XYZ 18.89 21.86 27.65 -
YUV 125.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 104 134 139 0.25 0.04 0 0.45 188.57 0.14 0.48
Hex 68 86 8B 19 4 0 2D BD E 30
Octal 150 206 213 31 4 0 55 275 16 60
Binary 1101000 10000110 10001011 11001 100 0 101101 10111101 1110 110000

Color Harmonies of #68868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68868B

Black with #68868B

Text Example


Text Example

White with #68868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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