Html Css Color HEX #67868E Gothic

📋 copy color: '#67868E'

red 103 ◦ green 134 ◦ blue 142

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

Shades of Gothic #67868E

Tints of Gothic #67868E

RGB

 RED value IS 103 (40.63% from 255) = 27.18%

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 142 (55.86% from 255) = 37.47%

R = 27.18%
G = 35.36%
B = 37.47%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67868E (or 0x67868E) is known color: Gothic. HEX triplet: 67, 86 and 8E. RGB value is (103,134,142). Sum of RGB (Red+Green+Blue) = 103+134+142=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #67868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67868E is #987971. Grayscale: #7D7D7D. Windows color (decimal): -9992562 or 9340519. OLE color: 9340519.

HSL color Cylindrical-coordinate representation of color #67868E: hue angle of 192.31º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67868E is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 134 142 -
CMYK 0.27 0.06 0 0.44
HSL 192.31º 0.16% 0.48% -
HSV(B) 192.31º 0.27% 0.56% -
XYZ 19 21.89 28.81 -
YUV 125.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 103 134 142 0.27 0.06 0 0.44 192.31 0.16 0.48
Hex 67 86 8E 1B 6 0 2C C0 10 30
Octal 147 206 216 33 6 0 54 300 20 60
Binary 1100111 10000110 10001110 11011 110 0 101100 11000000 10000 110000

Color Harmonies of #67868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67868E

Black with #67868E

Text Example


Text Example

White with #67868E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67868E; }

 p { color: rgb(103,134,142); }

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

background-color css

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

 a { background-color: rgb(103,134,142); }

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

border-color css

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

 span { border-color: rgb(103,134,142); }

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