Html Css Color HEX #68888B Gothic

📋 copy color: '#68888B'

red 104 ◦ green 136 ◦ blue 139

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

Shades of Gothic #68888B

Tints of Gothic #68888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.88%

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

R = 27.44%
G = 35.88%
B = 36.68%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68888B (or 0x68888B) is known color: Gothic. HEX triplet: 68, 88 and 8B. RGB value is (104,136,139). Sum of RGB (Red+Green+Blue) = 104+136+139=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 139 - color contains mainly: blue. Hex color #68888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68888B is #977774. Grayscale: #7E7E7E. Windows color (decimal): -9926517 or 9144424. OLE color: 9144424.

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

Color convert

RGB 104 136 139 -
CMYK 0.25 0.02 0 0.45
HSL 185.14º 0.14% 0.48% -
HSV(B) 185.14º 0.25% 0.55% -
XYZ 19.17 22.42 27.74 -
YUV 126.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 104 136 139 0.25 0.02 0 0.45 185.14 0.14 0.48
Hex 68 88 8B 19 2 0 2D B9 E 30
Octal 150 210 213 31 2 0 55 271 16 60
Binary 1101000 10001000 10001011 11001 10 0 101101 10111001 1110 110000

Color Harmonies of #68888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68888B

Black with #68888B

Text Example


Text Example

White with #68888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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