Html Css Color HEX #66659D Scampi

📋 copy color: '#66659D'

red 102 ◦ green 101 ◦ blue 157

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

Shades of Scampi #66659D

Tints of Scampi #66659D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.06%

 BLUE value IS 157 (61.72% from 255) = 43.61%

R = 28.33%
G = 28.06%
B = 43.61%

CMYK

 C value IS 0.35

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#66659D (or 0x66659D) is known color: Scampi. HEX triplet: 66, 65 and 9D. RGB value is (102,101,157). Sum of RGB (Red+Green+Blue) = 102+101+157=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #66659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66659D is #999A62. Grayscale: #6B6B6B. Windows color (decimal): -10066531 or 10315110. OLE color: 10315110.

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

Color convert

RGB 102 101 157 -
CMYK 0.35 0.36 0 0.38
HSL 241.07º 0.22% 0.51% -
HSV(B) 241.07º 0.36% 0.62% -
XYZ 16.22 14.57 33.86 -
YUV 107.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 102 101 157 0.35 0.36 0 0.38 241.07 0.22 0.51
Hex 66 65 9D 23 24 0 26 F1 16 33
Octal 146 145 235 43 44 0 46 361 26 63
Binary 1100110 1100101 10011101 100011 100100 0 100110 11110001 10110 110011

Color Harmonies of #66659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66659D

Black with #66659D

Text Example


Text Example

White with #66659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66659D; }

 p { color: rgb(102,101,157); }

 H1.HeaderClassName
 {
   color: #66659D;
 }
 .AnyTagClassName
 {
   color: #66659D;
 }
</style>

background-color css

<style>
 a { background-color: #66659D; }

 a { background-color: rgb(102,101,157); }

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

border-color css

<style>
 span { border-color: #66659D; }

 span { border-color: rgb(102,101,157); }

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