#67868B

Color #67868B Gothic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gothic #67868B

Tints of Gothic #67868B

Color information

#67868B (or 0x67868B) is unknown color: approx 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

RGB103134139-
CMYK0.260.0400.45
HSL188.33º14.88%47.45%-
HSV(B)188.33º25.9%54.51%-
XYZ18.7821.827.64-
YUV125.3135.73112.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% 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 (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031341390.260.0400.45188.3314.8847.45
Hex67868B1A402Dbcf2f
Octal1472062133240552741757
Binary11001111000011010001011110101000101101101111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>