Html Css Color HEX #68838C Gothic

📋 copy color: '#68838C'

red 104 ◦ green 131 ◦ blue 140

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

Shades of Gothic #68838C

Tints of Gothic #68838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 27.73%
G = 34.93%
B = 37.33%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68838C (or 0x68838C) is known color: Gothic. HEX triplet: 68, 83 and 8C. RGB value is (104,131,140). Sum of RGB (Red+Green+Blue) = 104+131+140=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #68838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68838C is #977C73. Grayscale: #7B7B7B. Windows color (decimal): -9927796 or 9208680. OLE color: 9208680.

HSL color Cylindrical-coordinate representation of color #68838C: hue angle of 195º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68838C is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 131 140 -
CMYK 0.26 0.06 0 0.45
HSL 195º 0.15% 0.48% -
HSV(B) 195º 0.26% 0.55% -
XYZ 18.56 21.07 27.9 -
YUV 123.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 104 131 140 0.26 0.06 0 0.45 195 0.15 0.48
Hex 68 83 8C 1A 6 0 2D C3 F 30
Octal 150 203 214 32 6 0 55 303 17 60
Binary 1101000 10000011 10001100 11010 110 0 101101 11000011 1111 110000

Color Harmonies of #68838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68838C

Black with #68838C

Text Example


Text Example

White with #68838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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