#65868E

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

Shades of Gothic #65868E

Tints of Gothic #65868E

Color information

#65868E (or 0x65868E) is unknown color: approx Gothic. HEX triplet: 65, 86 and 8E. RGB value is (101,134,142). Sum of RGB (Red+Green+Blue) = 101+134+142=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 142 - color contains mainly: blue. Hex color #65868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65868E is #9A7971. Grayscale: #7C7C7C. Windows color (decimal): -10123634 or 9340517. OLE color: 9340517.

HSL color Cylindrical-coordinate representation of color #65868E: hue angle of 191.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65868E is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101134142-
CMYK0.290.0600.44
HSL191.71º16.87%47.65%-
HSV(B)191.71º28.87%55.69%-
XYZ18.7721.7728.8-
YUV125.04137.57110.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 142 (55.86% from 255) = 37.67%
R=26.79%
G=35.54%
B=37.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011341420.290.0600.44191.7116.8747.65
Hex65868E1D602Cc01130
Octal1452062163560543002160
Binary110010110000110100011101110111001011001100000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65868E; }

 p { color: rgb(101,134,142); }

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

<style>
 a { background-color: #65868E; }

 a { background-color: rgb(101,134,142); }

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

<style>
 span { border-color: #65868E; }

 span { border-color: rgb(101,134,142); }

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