#66838B

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

Shades of Gothic #66838B

Tints of Gothic #66838B

Color information

#66838B (or 0x66838B) is unknown color: approx Gothic. HEX triplet: 66, 83 and 8B. RGB value is (102,131,139). Sum of RGB (Red+Green+Blue) = 102+131+139=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #66838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66838B is #997C74. Grayscale: #7B7B7B. Windows color (decimal): -10058869 or 9143142. OLE color: 9143142.

HSL color Cylindrical-coordinate representation of color #66838B: hue angle of 192.97º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66838B is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102131139-
CMYK0.270.0600.45
HSL192.97º15.35%47.25%-
HSV(B)192.97º26.62%54.51%-
XYZ18.2620.9227.5-
YUV123.24136.89112.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 131 (51.56% from 255) = 35.22%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=27.42%
G=35.22%
B=37.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021311390.270.0600.45192.9715.3547.25
Hex66838B1B602Dc1f2f
Octal1462032133360553011757
Binary11001101000001110001011110111100101101110000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66838B; }

 p { color: rgb(102,131,139); }

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

<style>
 a { background-color: #66838B; }

 a { background-color: rgb(102,131,139); }

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

<style>
 span { border-color: #66838B; }

 span { border-color: rgb(102,131,139); }

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