#69838E

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

Shades of Gothic #69838E

Tints of Gothic #69838E

Color information

#69838E (or 0x69838E) is unknown color: approx Gothic. HEX triplet: 69, 83 and 8E. RGB value is (105,131,142). Sum of RGB (Red+Green+Blue) = 105+131+142=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 142 - color contains mainly: blue. Hex color #69838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69838E is #967C71. Grayscale: #7C7C7C. Windows color (decimal): -9862258 or 9339753. OLE color: 9339753.

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

Color convert

RGB105131142-
CMYK0.260.0800.44
HSL197.84º14.98%48.43%-
HSV(B)197.84º26.06%55.69%-
XYZ18.8221.1928.69-
YUV124.48137.89114.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 131 (51.56% from 255) = 34.66%
BLUE value IS 142 (55.86% from 255) = 37.57%
R=27.78%
G=34.66%
B=37.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051311420.260.0800.44197.8414.9848.43
Hex69838E1A802Cc6f30
Octal15120321632100543061760
Binary110100110000011100011101101010000101100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,131,142); }

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

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

 a { background-color: rgb(105,131,142); }

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

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

 span { border-color: rgb(105,131,142); }

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