Html Css Color HEX #66619D Scampi

📋 copy color: '#66619D'

red 102 ◦ green 97 ◦ blue 157

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

Shades of Scampi #66619D

Tints of Scampi #66619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 28.65%
G = 27.25%
B = 44.1%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66619D (or 0x66619D) is known color: Scampi. HEX triplet: 66, 61 and 9D. RGB value is (102,97,157). Sum of RGB (Red+Green+Blue) = 102+97+157=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #66619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66619D is #999E62. Grayscale: #696969. Windows color (decimal): -10067555 or 10314086. OLE color: 10314086.

HSL color Cylindrical-coordinate representation of color #66619D: hue angle of 245º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66619D is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 97 157 -
CMYK 0.35 0.38 0 0.38
HSL 245º 0.24% 0.5% -
HSV(B) 245º 0.38% 0.62% -
XYZ 15.84 13.81 33.73 -
YUV 105.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 102 97 157 0.35 0.38 0 0.38 245 0.24 0.5
Hex 66 61 9D 23 26 0 26 F5 18 32
Octal 146 141 235 43 46 0 46 365 30 62
Binary 1100110 1100001 10011101 100011 100110 0 100110 11110101 11000 110010

Color Harmonies of #66619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66619D

Black with #66619D

Text Example


Text Example

White with #66619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66619D; }

 p { color: rgb(102,97,157); }

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

background-color css

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

 a { background-color: rgb(102,97,157); }

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

border-color css

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

 span { border-color: rgb(102,97,157); }

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