#69858F

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

Shades of Gothic #69858F

Tints of Gothic #69858F

Color information

#69858F (or 0x69858F) is unknown color: approx Gothic. HEX triplet: 69, 85 and 8F. RGB value is (105,133,143). Sum of RGB (Red+Green+Blue) = 105+133+143=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 143 - color contains mainly: blue. Hex color #69858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69858F is #967A70. Grayscale: #7D7D7D. Windows color (decimal): -9861745 or 9405801. OLE color: 9405801.

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

Color convert

RGB105133143-
CMYK0.270.0700.44
HSL195.79º15.32%48.63%-
HSV(B)195.79º26.57%56.08%-
XYZ19.1721.7629.18-
YUV125.77137.72113.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 133 (52.34% from 255) = 34.91%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=27.56%
G=34.91%
B=37.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051331430.270.0700.44195.7915.3248.63
Hex69858F1B702Cc4f31
Octal1512052173370543041761
Binary11010011000010110001111110111110101100110001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69858F; }

 p { color: rgb(105,133,143); }

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

<style>
 a { background-color: #69858F; }

 a { background-color: rgb(105,133,143); }

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

<style>
 span { border-color: #69858F; }

 span { border-color: rgb(105,133,143); }

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