Html Css Color HEX #666093 Scampi

📋 copy color: '#666093'

red 102 ◦ green 96 ◦ blue 147

#666093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #666093

Tints of Scampi #666093

RGB

 RED value IS 102 (40.23% from 255) = 29.57%

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 147 (57.81% from 255) = 42.61%

R = 29.57%
G = 27.83%
B = 42.61%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#666093 (or 0x666093) is known color: Scampi. HEX triplet: 66, 60 and 93. RGB value is (102,96,147). Sum of RGB (Red+Green+Blue) = 102+96+147=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #666093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666093 is #999F6C. Grayscale: #676767. Windows color (decimal): -10067821 or 9658470. OLE color: 9658470.

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

Color convert

RGB 102 96 147 -
CMYK 0.31 0.35 0 0.42
HSL 247.06º 0.21% 0.48% -
HSV(B) 247.06º 0.35% 0.58% -
XYZ 14.93 13.3 29.38 -
YUV 103.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 102 96 147 0.31 0.35 0 0.42 247.06 0.21 0.48
Hex 66 60 93 1F 23 0 2A F7 15 30
Octal 146 140 223 37 43 0 52 367 25 60
Binary 1100110 1100000 10010011 11111 100011 0 101010 11110111 10101 110000

Color Harmonies of #666093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666093

Black with #666093

Text Example


Text Example

White with #666093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666093; }

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

 H1.HeaderClassName
 {
   color: #666093;
 }
 .AnyTagClassName
 {
   color: #666093;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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