Html Css Color HEX #66629F Scampi

📋 copy color: '#66629F'

red 102 ◦ green 98 ◦ blue 159

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

Shades of Scampi #66629F

Tints of Scampi #66629F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.29%

R = 28.41%
G = 27.3%
B = 44.29%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66629F (or 0x66629F) is known color: Scampi. HEX triplet: 66, 62 and 9F. RGB value is (102,98,159). Sum of RGB (Red+Green+Blue) = 102+98+159=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #66629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66629F is #999D60. Grayscale: #696969. Windows color (decimal): -10067297 or 10445414. OLE color: 10445414.

HSL color Cylindrical-coordinate representation of color #66629F: hue angle of 243.93º 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 #66629F is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 98 159 -
CMYK 0.36 0.38 0 0.38
HSL 243.93º 0.24% 0.5% -
HSV(B) 243.93º 0.38% 0.62% -
XYZ 16.11 14.06 34.67 -
YUV 106.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 102 98 159 0.36 0.38 0 0.38 243.93 0.24 0.5
Hex 66 62 9F 24 26 0 26 F4 18 32
Octal 146 142 237 44 46 0 46 364 30 62
Binary 1100110 1100010 10011111 100100 100110 0 100110 11110100 11000 110010

Color Harmonies of #66629F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66629F

Black with #66629F

Text Example


Text Example

White with #66629F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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