Html Css Color HEX #68878A Gothic

📋 copy color: '#68878A'

red 104 ◦ green 135 ◦ blue 138

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

Shades of Gothic #68878A

Tints of Gothic #68878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.81%

 BLUE value IS 138 (54.3% from 255) = 36.6%

R = 27.59%
G = 35.81%
B = 36.6%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68878A (or 0x68878A) is known color: Gothic. HEX triplet: 68, 87 and 8A. RGB value is (104,135,138). Sum of RGB (Red+Green+Blue) = 104+135+138=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 138 - color contains mainly: blue. Hex color #68878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68878A is #977875. Grayscale: #7E7E7E. Windows color (decimal): -9926774 or 9078632. OLE color: 9078632.

HSL color Cylindrical-coordinate representation of color #68878A: hue angle of 185.29º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68878A is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 135 138 -
CMYK 0.25 0.02 0 0.46
HSL 185.29º 0.14% 0.47% -
HSV(B) 185.29º 0.25% 0.54% -
XYZ 18.96 22.11 27.31 -
YUV 126.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 104 135 138 0.25 0.02 0 0.46 185.29 0.14 0.47
Hex 68 87 8A 19 2 0 2E B9 E 2F
Octal 150 207 212 31 2 0 56 271 16 57
Binary 1101000 10000111 10001010 11001 10 0 101110 10111001 1110 101111

Color Harmonies of #68878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68878A

Black with #68878A

Text Example


Text Example

White with #68878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68878A; }

 p { color: rgb(104,135,138); }

 H1.HeaderClassName
 {
   color: #68878A;
 }
 .AnyTagClassName
 {
   color: #68878A;
 }
</style>

background-color css

<style>
 a { background-color: #68878A; }

 a { background-color: rgb(104,135,138); }

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

border-color css

<style>
 span { border-color: #68878A; }

 span { border-color: rgb(104,135,138); }

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