Html Css Color HEX #688B93 Gothic

📋 copy color: '#688B93'

red 104 ◦ green 139 ◦ blue 147

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

Shades of Gothic #688B93

Tints of Gothic #688B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.64%

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 26.67%
G = 35.64%
B = 37.69%

CMYK

 C value IS 0.29

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688B93 (or 0x688B93) is known color: Gothic. HEX triplet: 68, 8B and 93. RGB value is (104,139,147). Sum of RGB (Red+Green+Blue) = 104+139+147=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #688B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B93 is #97746C. Grayscale: #818181. Windows color (decimal): -9925741 or 9669480. OLE color: 9669480.

HSL color Cylindrical-coordinate representation of color #688B93: hue angle of 191.16º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688B93 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 139 147 -
CMYK 0.29 0.05 0 0.42
HSL 191.16º 0.17% 0.49% -
HSV(B) 191.16º 0.29% 0.58% -
XYZ 20.21 23.51 31.08 -
YUV 129.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 104 139 147 0.29 0.05 0 0.42 191.16 0.17 0.49
Hex 68 8B 93 1D 5 0 2A BF 11 31
Octal 150 213 223 35 5 0 52 277 21 61
Binary 1101000 10001011 10010011 11101 101 0 101010 10111111 10001 110001

Color Harmonies of #688B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688B93

Black with #688B93

Text Example


Text Example

White with #688B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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