Html Css Color HEX #68868E Gothic

📋 copy color: '#68868E'

red 104 ◦ green 134 ◦ blue 142

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

Shades of Gothic #68868E

Tints of Gothic #68868E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 27.37%
G = 35.26%
B = 37.37%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68868E (or 0x68868E) is known color: Gothic. HEX triplet: 68, 86 and 8E. RGB value is (104,134,142). Sum of RGB (Red+Green+Blue) = 104+134+142=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #68868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68868E is #977971. Grayscale: #7D7D7D. Windows color (decimal): -9927026 or 9340520. OLE color: 9340520.

HSL color Cylindrical-coordinate representation of color #68868E: hue angle of 192.63º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68868E is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 134 142 -
CMYK 0.27 0.06 0 0.44
HSL 192.63º 0.15% 0.48% -
HSV(B) 192.63º 0.27% 0.56% -
XYZ 19.12 21.95 28.82 -
YUV 125.94 137.06 112.35 -
System Red Green Blue C M Y K H S L
Decimal 104 134 142 0.27 0.06 0 0.44 192.63 0.15 0.48
Hex 68 86 8E 1B 6 0 2C C1 F 30
Octal 150 206 216 33 6 0 54 301 17 60
Binary 1101000 10000110 10001110 11011 110 0 101100 11000001 1111 110000

Color Harmonies of #68868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68868E

Black with #68868E

Text Example


Text Example

White with #68868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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