#67888C

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

Shades of Gothic #67888C

Tints of Gothic #67888C

Color information

#67888C (or 0x67888C) is unknown color: approx Gothic. HEX triplet: 67, 88 and 8C. RGB value is (103,136,140). Sum of RGB (Red+Green+Blue) = 103+136+140=379 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.18% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 140 - color contains mainly: blue. Hex color #67888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67888C is #987773. Grayscale: #7E7E7E. Windows color (decimal): -9992052 or 9209959. OLE color: 9209959.

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

Color convert

RGB103136140-
CMYK0.260.0300.45
HSL186.49º15.23%47.65%-
HSV(B)186.49º26.43%54.9%-
XYZ19.1322.3928.12-
YUV126.59135.57111.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.18%
GREEN value IS 136 (53.52% from 255) = 35.88%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=27.18%
G=35.88%
B=36.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1031361400.260.0300.45186.4915.2347.65
Hex67888C1A302Dbaf30
Octal1472102143230552721760
Binary1100111100010001000110011010110101101101110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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