Html Css Color HEX #66619B Scampi

📋 copy color: '#66619B'

red 102 ◦ green 97 ◦ blue 155

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

Shades of Scampi #66619B

Tints of Scampi #66619B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 28.81%
G = 27.4%
B = 43.79%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66619B (or 0x66619B) is known color: Scampi. HEX triplet: 66, 61 and 9B. RGB value is (102,97,155). Sum of RGB (Red+Green+Blue) = 102+97+155=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #66619B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66619B is #999E64. Grayscale: #686868. Windows color (decimal): -10067557 or 10183014. OLE color: 10183014.

HSL color Cylindrical-coordinate representation of color #66619B: hue angle of 245.17º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66619B is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 97 155 -
CMYK 0.34 0.37 0 0.39
HSL 245.17º 0.23% 0.49% -
HSV(B) 245.17º 0.37% 0.61% -
XYZ 15.67 13.74 32.84 -
YUV 105.11 156.16 125.78 -
System Red Green Blue C M Y K H S L
Decimal 102 97 155 0.34 0.37 0 0.39 245.17 0.23 0.49
Hex 66 61 9B 22 25 0 27 F5 17 31
Octal 146 141 233 42 45 0 47 365 27 61
Binary 1100110 1100001 10011011 100010 100101 0 100111 11110101 10111 110001

Color Harmonies of #66619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66619B

Black with #66619B

Text Example


Text Example

White with #66619B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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