Html Css Color HEX #67868B Gothic

📋 copy color: '#67868B'

red 103 ◦ green 134 ◦ blue 139

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

Shades of Gothic #67868B

Tints of Gothic #67868B

RGB

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

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

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

R = 27.39%
G = 35.64%
B = 36.97%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67868B (or 0x67868B) is known color: Gothic. HEX triplet: 67, 86 and 8B. RGB value is (103,134,139). Sum of RGB (Red+Green+Blue) = 103+134+139=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #67868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67868B is #987974. Grayscale: #7D7D7D. Windows color (decimal): -9992565 or 9143911. OLE color: 9143911.

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

Color convert

RGB 103 134 139 -
CMYK 0.26 0.04 0 0.45
HSL 188.33º 0.15% 0.47% -
HSV(B) 188.33º 0.26% 0.55% -
XYZ 18.78 21.8 27.64 -
YUV 125.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 103 134 139 0.26 0.04 0 0.45 188.33 0.15 0.47
Hex 67 86 8B 1A 4 0 2D BC F 2F
Octal 147 206 213 32 4 0 55 274 17 57
Binary 1100111 10000110 10001011 11010 100 0 101101 10111100 1111 101111

Color Harmonies of #67868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67868B

Black with #67868B

Text Example


Text Example

White with #67868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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