#67888B

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

Shades of Gothic #67888B

Tints of Gothic #67888B

Color information

#67888B (or 0x67888B) is unknown color: approx Gothic. HEX triplet: 67, 88 and 8B. RGB value is (103,136,139). Sum of RGB (Red+Green+Blue) = 103+136+139=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #67888B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67888B is #987774. Grayscale: #7E7E7E. Windows color (decimal): -9992053 or 9144423. OLE color: 9144423.

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

Color convert

RGB103136139-
CMYK0.260.0200.45
HSL185º14.88%47.45%-
HSV(B)185º25.9%54.51%-
XYZ19.0622.3627.74-
YUV126.48135.07111.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.25%
GREEN value IS 136 (53.52% from 255) = 35.98%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=27.25%
G=35.98%
B=36.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031361390.260.0200.4518514.8847.45
Hex67888B1A202Db9f2f
Octal1472102133220552711757
Binary1100111100010001000101111010100101101101110011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #67888B;
 }
 .AnyTagClassName
 {
   color: #67888B;
 }
</style>
background-color css

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

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

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

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

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

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