#6B8A94

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

Shades of Gothic #6B8A94

Tints of Gothic #6B8A94

Color information

#6B8A94 (or 0x6B8A94) is unknown color: approx Gothic. HEX triplet: 6B, 8A and 94. RGB value is (107,138,148). Sum of RGB (Red+Green+Blue) = 107+138+148=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B8A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8A94 is #94756B. Grayscale: #818181. Windows color (decimal): -9729388 or 9734763. OLE color: 9734763.

HSL color Cylindrical-coordinate representation of color #6B8A94: hue angle of 194.63º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B8A94 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB107138148-
CMYK0.280.0700.42
HSL194.63º16.08%50%-
HSV(B)194.63º27.7%58.04%-
XYZ20.523.4431.46-
YUV129.87138.23111.69-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.23%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=27.23%
G=35.11%
B=37.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071381480.280.0700.42194.6316.0850
Hex6B8A941C702Ac31032
Octal1532122243470523032062
Binary110101110001010100101001110011101010101100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,138,148); }

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

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

 a { background-color: rgb(107,138,148); }

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

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

 span { border-color: rgb(107,138,148); }

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