#6B848B

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

Shades of Gothic #6B848B

Tints of Gothic #6B848B

Color information

#6B848B (or 0x6B848B) is unknown color: approx Gothic. HEX triplet: 6B, 84 and 8B. RGB value is (107,132,139). Sum of RGB (Red+Green+Blue) = 107+132+139=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 132 (51.95% from 255 or 34.92% 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 #6B848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B848B is #947B74. Grayscale: #7D7D7D. Windows color (decimal): -9730933 or 9143403. OLE color: 9143403.

HSL color Cylindrical-coordinate representation of color #6B848B: hue angle of 193.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B848B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB107132139-
CMYK0.230.0500.45
HSL193.12º13.01%48.24%-
HSV(B)193.12º23.02%54.51%-
XYZ18.9721.4927.57-
YUV125.32135.72114.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=28.31%
G=34.92%
B=36.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071321390.230.0500.45193.1213.0148.24
Hex6B848B17502Dc1d30
Octal1532042132750553011560
Binary11010111000010010001011101111010101101110000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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