#6B8284

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

Shades of Gothic #6B8284

Tints of Gothic #6B8284

Color information

#6B8284 (or 0x6B8284) is unknown color: approx Gothic. HEX triplet: 6B, 82 and 84. RGB value is (107,130,132). Sum of RGB (Red+Green+Blue) = 107+130+132=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B8284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8284 is #947D7B. Grayscale: #7B7B7B. Windows color (decimal): -9731452 or 8684139. OLE color: 8684139.

HSL color Cylindrical-coordinate representation of color #6B8284: hue angle of 184.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B8284 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB107130132-
CMYK0.190.0200.48
HSL184.8º10.46%46.86%-
HSV(B)184.8º18.94%51.76%-
XYZ18.2120.7624.88-
YUV123.35132.88116.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.00%
GREEN value IS 130 (51.17% from 255) = 35.23%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=29.00%
G=35.23%
B=35.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1071301320.190.0200.48184.810.4646.86
Hex6B8284132030b9a2f
Octal1532022042320602711257
Binary1101011100000101000010010011100110000101110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,130,132); }

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

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

 a { background-color: rgb(107,130,132); }

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

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

 span { border-color: rgb(107,130,132); }

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