#66838C

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

Shades of Gothic #66838C

Tints of Gothic #66838C

Color information

#66838C (or 0x66838C) is unknown color: approx Gothic. HEX triplet: 66, 83 and 8C. RGB value is (102,131,140). Sum of RGB (Red+Green+Blue) = 102+131+140=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #66838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66838C is #997C73. Grayscale: #7B7B7B. Windows color (decimal): -10058868 or 9208678. OLE color: 9208678.

HSL color Cylindrical-coordinate representation of color #66838C: hue angle of 194.21º degrees, saturation: 0.16, 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 #66838C is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102131140-
CMYK0.270.0600.45
HSL194.21º15.7%47.45%-
HSV(B)194.21º27.14%54.9%-
XYZ18.3320.9527.89-
YUV123.35137.39112.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 131 (51.56% from 255) = 35.12%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=27.35%
G=35.12%
B=37.53%

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
Decimal1021311400.270.0600.45194.2115.747.45
Hex66838C1B602Dc2102f
Octal1462032143360553022057
Binary110011010000011100011001101111001011011100001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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