Html Css Color HEX #68838B Gothic

📋 copy color: '#68838B'

red 104 ◦ green 131 ◦ blue 139

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

Shades of Gothic #68838B

Tints of Gothic #68838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.03%

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

R = 27.81%
G = 35.03%
B = 37.17%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68838B (or 0x68838B) is known color: Gothic. HEX triplet: 68, 83 and 8B. RGB value is (104,131,139). Sum of RGB (Red+Green+Blue) = 104+131+139=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #68838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68838B is #977C74. Grayscale: #7B7B7B. Windows color (decimal): -9927797 or 9143144. OLE color: 9143144.

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

Color convert

RGB 104 131 139 -
CMYK 0.25 0.06 0 0.45
HSL 193.71º 0.14% 0.48% -
HSV(B) 193.71º 0.25% 0.55% -
XYZ 18.49 21.04 27.51 -
YUV 123.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 104 131 139 0.25 0.06 0 0.45 193.71 0.14 0.48
Hex 68 83 8B 19 6 0 2D C2 E 30
Octal 150 203 213 31 6 0 55 302 16 60
Binary 1101000 10000011 10001011 11001 110 0 101101 11000010 1110 110000

Color Harmonies of #68838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68838B

Black with #68838B

Text Example


Text Example

White with #68838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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