Html Css Color HEX #66639B Scampi

📋 copy color: '#66639B'

red 102 ◦ green 99 ◦ blue 155

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

Shades of Scampi #66639B

Tints of Scampi #66639B

RGB

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

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

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

R = 28.65%
G = 27.81%
B = 43.54%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#66639B (or 0x66639B) is known color: Scampi. HEX triplet: 66, 63 and 9B. RGB value is (102,99,155). Sum of RGB (Red+Green+Blue) = 102+99+155=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #66639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66639B is #999C64. Grayscale: #6A6A6A. Windows color (decimal): -10067045 or 10183526. OLE color: 10183526.

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

Color convert

RGB 102 99 155 -
CMYK 0.34 0.36 0 0.39
HSL 243.21º 0.22% 0.5% -
HSV(B) 243.21º 0.36% 0.61% -
XYZ 15.86 14.12 32.9 -
YUV 106.28 155.49 124.95 -
System Red Green Blue C M Y K H S L
Decimal 102 99 155 0.34 0.36 0 0.39 243.21 0.22 0.5
Hex 66 63 9B 22 24 0 27 F3 16 32
Octal 146 143 233 42 44 0 47 363 26 62
Binary 1100110 1100011 10011011 100010 100100 0 100111 11110011 10110 110010

Color Harmonies of #66639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66639B

Black with #66639B

Text Example


Text Example

White with #66639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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