Html Css Color HEX #68858A Gothic

📋 copy color: '#68858A'

red 104 ◦ green 133 ◦ blue 138

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

Shades of Gothic #68858A

Tints of Gothic #68858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 27.73%
G = 35.47%
B = 36.8%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68858A (or 0x68858A) is known color: Gothic. HEX triplet: 68, 85 and 8A. RGB value is (104,133,138). Sum of RGB (Red+Green+Blue) = 104+133+138=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #68858A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68858A is #977A75. Grayscale: #7C7C7C. Windows color (decimal): -9927286 or 9078120. OLE color: 9078120.

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

Color convert

RGB 104 133 138 -
CMYK 0.25 0.04 0 0.46
HSL 188.82º 0.14% 0.47% -
HSV(B) 188.82º 0.25% 0.54% -
XYZ 18.68 21.55 27.22 -
YUV 124.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 104 133 138 0.25 0.04 0 0.46 188.82 0.14 0.47
Hex 68 85 8A 19 4 0 2E BD E 2F
Octal 150 205 212 31 4 0 56 275 16 57
Binary 1101000 10000101 10001010 11001 100 0 101110 10111101 1110 101111

Color Harmonies of #68858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68858A

Black with #68858A

Text Example


Text Example

White with #68858A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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