Html Css Color HEX #68898B Gothic

📋 copy color: '#68898B'

red 104 ◦ green 137 ◦ blue 139

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

Shades of Gothic #68898B

Tints of Gothic #68898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.05%

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

R = 27.37%
G = 36.05%
B = 36.58%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68898B (or 0x68898B) is known color: Gothic. HEX triplet: 68, 89 and 8B. RGB value is (104,137,139). Sum of RGB (Red+Green+Blue) = 104+137+139=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 137 (53.91% from 255 or 36.05% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 139 - color contains mainly: blue. Hex color #68898B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68898B is #977674. Grayscale: #7F7F7F. Windows color (decimal): -9926261 or 9144680. OLE color: 9144680.

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

Color convert

RGB 104 137 139 -
CMYK 0.25 0.01 0 0.45
HSL 183.43º 0.14% 0.48% -
HSV(B) 183.43º 0.25% 0.55% -
XYZ 19.31 22.7 27.79 -
YUV 127.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 104 137 139 0.25 0.01 0 0.45 183.43 0.14 0.48
Hex 68 89 8B 19 1 0 2D B7 E 30
Octal 150 211 213 31 1 0 55 267 16 60
Binary 1101000 10001001 10001011 11001 1 0 101101 10110111 1110 110000

Color Harmonies of #68898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68898B

Black with #68898B

Text Example


Text Example

White with #68898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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