Html Css Color HEX #688485 Gothic

📋 copy color: '#688485'

red 104 ◦ green 132 ◦ blue 133

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

Shades of Gothic #688485

Tints of Gothic #688485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.77%

 BLUE value IS 133 (52.34% from 255) = 36.04%

R = 28.18%
G = 35.77%
B = 36.04%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#688485 (or 0x688485) is known color: Gothic. HEX triplet: 68, 84 and 85. RGB value is (104,132,133). Sum of RGB (Red+Green+Blue) = 104+132+133=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 133 (52.34% from 255 or 36.04% from 369); Max value from RGB is 133 - color contains mainly: blue. Hex color #688485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688485 is #977B7A. Grayscale: #7B7B7B. Windows color (decimal): -9927547 or 8750184. OLE color: 8750184.

HSL color Cylindrical-coordinate representation of color #688485: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688485 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 133 -
CMYK 0.22 0.01 0 0.48
HSL 182.07º 0.12% 0.46% -
HSV(B) 182.07º 0.22% 0.52% -
XYZ 18.19 21.14 25.31 -
YUV 123.74 133.22 113.92 -
System Red Green Blue C M Y K H S L
Decimal 104 132 133 0.22 0.01 0 0.48 182.07 0.12 0.46
Hex 68 84 85 16 1 0 30 B6 C 2E
Octal 150 204 205 26 1 0 60 266 14 56
Binary 1101000 10000100 10000101 10110 1 0 110000 10110110 1100 101110

Color Harmonies of #688485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688485

Black with #688485

Text Example


Text Example

White with #688485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688485; }

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

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

background-color css

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

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

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

border-color css

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

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

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