#6B8788

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

Shades of Gothic #6B8788

Tints of Gothic #6B8788

Color information

#6B8788 (or 0x6B8788) is unknown color: approx Gothic. HEX triplet: 6B, 87 and 88. RGB value is (107,135,136). Sum of RGB (Red+Green+Blue) = 107+135+136=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 136 - color contains mainly: blue. Hex color #6B8788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8788 is #947877. Grayscale: #7E7E7E. Windows color (decimal): -9730168 or 8947563. OLE color: 8947563.

HSL color Cylindrical-coordinate representation of color #6B8788: hue angle of 182.07º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8788 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB107135136-
CMYK0.210.0100.47
HSL182.07º11.93%47.65%-
HSV(B)182.07º21.32%53.33%-
XYZ19.1722.2326.57-
YUV126.74133.22113.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 135 (53.12% from 255) = 35.71%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=28.31%
G=35.71%
B=35.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071351360.210.0100.47182.0711.9347.65
Hex6B878815102Fb6c30
Octal1532072102510572661460
Binary110101110000111100010001010110101111101101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8788; }

 p { color: rgb(107,135,136); }

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

<style>
 a { background-color: #6B8788; }

 a { background-color: rgb(107,135,136); }

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

<style>
 span { border-color: #6B8788; }

 span { border-color: rgb(107,135,136); }

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