Html Css Color HEX #66629B Scampi

📋 copy color: '#66629B'

red 102 ◦ green 98 ◦ blue 155

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

Shades of Scampi #66629B

Tints of Scampi #66629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.61%

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

R = 28.73%
G = 27.61%
B = 43.66%

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

#66629B (or 0x66629B) is known color: Scampi. HEX triplet: 66, 62 and 9B. RGB value is (102,98,155). Sum of RGB (Red+Green+Blue) = 102+98+155=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #66629B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66629B is #999D64. Grayscale: #696969. Windows color (decimal): -10067301 or 10183270. OLE color: 10183270.

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

Color convert

RGB 102 98 155 -
CMYK 0.34 0.37 0 0.39
HSL 244.21º 0.23% 0.5% -
HSV(B) 244.21º 0.37% 0.61% -
XYZ 15.76 13.93 32.87 -
YUV 105.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 102 98 155 0.34 0.37 0 0.39 244.21 0.23 0.5
Hex 66 62 9B 22 25 0 27 F4 17 32
Octal 146 142 233 42 45 0 47 364 27 62
Binary 1100110 1100010 10011011 100010 100101 0 100111 11110100 10111 110010

Color Harmonies of #66629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66629B

Black with #66629B

Text Example


Text Example

White with #66629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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