Html Css Color HEX #66639F Scampi

📋 copy color: '#66639F'

red 102 ◦ green 99 ◦ blue 159

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

Shades of Scampi #66639F

Tints of Scampi #66639F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

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

R = 28.33%
G = 27.5%
B = 44.17%

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

#66639F (or 0x66639F) is known color: Scampi. HEX triplet: 66, 63 and 9F. RGB value is (102,99,159). Sum of RGB (Red+Green+Blue) = 102+99+159=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #66639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66639F is #999C60. Grayscale: #6A6A6A. Windows color (decimal): -10067041 or 10445670. OLE color: 10445670.

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

Color convert

RGB 102 99 159 -
CMYK 0.36 0.38 0 0.38
HSL 243º 0.24% 0.51% -
HSV(B) 243º 0.38% 0.62% -
XYZ 16.2 14.25 34.7 -
YUV 106.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 102 99 159 0.36 0.38 0 0.38 243 0.24 0.51
Hex 66 63 9F 24 26 0 26 F3 18 33
Octal 146 143 237 44 46 0 46 363 30 63
Binary 1100110 1100011 10011111 100100 100110 0 100110 11110011 11000 110011

Color Harmonies of #66639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66639F

Black with #66639F

Text Example


Text Example

White with #66639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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