#668384

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

Shades of Gothic #668384

Tints of Gothic #668384

Color information

#668384 (or 0x668384) is unknown color: approx Gothic. HEX triplet: 66, 83 and 84. RGB value is (102,131,132). Sum of RGB (Red+Green+Blue) = 102+131+132=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 132 - color contains mainly: blue. Hex color #668384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668384 is #997C7B. Grayscale: #7A7A7A. Windows color (decimal): -10058876 or 8684390. OLE color: 8684390.

HSL color Cylindrical-coordinate representation of color #668384: hue angle of 182º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668384 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB102131132-
CMYK0.230.0100.48
HSL182º12.82%45.88%-
HSV(B)182º22.73%51.76%-
XYZ17.7620.7224.89-
YUV122.44133.39113.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.95%
GREEN value IS 131 (51.56% from 255) = 35.89%
BLUE value IS 132 (51.95% from 255) = 36.16%
R=27.95%
G=35.89%
B=36.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021311320.230.0100.4818212.8245.88
Hex668384171030b6d2e
Octal1462032042710602661556
Binary110011010000011100001001011110110000101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668384; }

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

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

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

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

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

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

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

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