#6B8790

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

Shades of Gothic #6B8790

Tints of Gothic #6B8790

Color information

#6B8790 (or 0x6B8790) is unknown color: approx Gothic. HEX triplet: 6B, 87 and 90. RGB value is (107,135,144). Sum of RGB (Red+Green+Blue) = 107+135+144=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B8790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8790 is #94786F. Grayscale: #7F7F7F. Windows color (decimal): -9730160 or 9471851. OLE color: 9471851.

HSL color Cylindrical-coordinate representation of color #6B8790: hue angle of 194.59º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B8790 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB107135144-
CMYK0.260.0600.44
HSL194.59º14.74%49.22%-
HSV(B)194.59º25.69%56.47%-
XYZ19.7622.4729.68-
YUV127.65137.22113.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.72%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=27.72%
G=34.97%
B=37.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1071351440.260.0600.44194.5914.7449.22
Hex6B87901A602Cc3f31
Octal1532072203260543031761
Binary11010111000011110010000110101100101100110000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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