#666793

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

Shades of Scampi #666793

Tints of Scampi #666793

Color information

#666793 (or 0x666793) is unknown color: approx Scampi. HEX triplet: 66, 67 and 93. RGB value is (102,103,147). Sum of RGB (Red+Green+Blue) = 102+103+147=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #666793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666793 is #99986C. Grayscale: #6B6B6B. Windows color (decimal): -10066029 or 9660262. OLE color: 9660262.

HSL color Cylindrical-coordinate representation of color #666793: hue angle of 238.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #666793 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102103147-
CMYK0.310.3000.42
HSL238.67º18.07%48.82%-
HSV(B)238.67º30.61%57.65%-
XYZ15.614.6329.61-
YUV107.72150.17123.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=28.98%
G=29.26%
B=41.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021031470.310.3000.42238.6718.0748.82
Hex6667931F1E02Aef1231
Octal14614722337360523572261
Binary1100110110011110010011111111111001010101110111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666793; }

 p { color: rgb(102,103,147); }

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

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

 a { background-color: rgb(102,103,147); }

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

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

 span { border-color: rgb(102,103,147); }

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