Html Css Color HEX #665B96 Scampi

📋 copy color: '#665B96'

red 102 ◦ green 91 ◦ blue 150

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

Shades of Scampi #665B96

Tints of Scampi #665B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.53%

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 29.74%
G = 26.53%
B = 43.73%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#665B96 (or 0x665B96) is known color: Scampi. HEX triplet: 66, 5B and 96. RGB value is (102,91,150). Sum of RGB (Red+Green+Blue) = 102+91+150=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #665B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665B96 is #99A469. Grayscale: #646464. Windows color (decimal): -10069098 or 9853798. OLE color: 9853798.

HSL color Cylindrical-coordinate representation of color #665B96: hue angle of 251.19º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #665B96 is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 91 150 -
CMYK 0.32 0.39 0 0.41
HSL 251.19º 0.24% 0.47% -
HSV(B) 251.19º 0.39% 0.59% -
XYZ 14.73 12.51 30.49 -
YUV 101.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 102 91 150 0.32 0.39 0 0.41 251.19 0.24 0.47
Hex 66 5B 96 20 27 0 29 FB 18 2F
Octal 146 133 226 40 47 0 51 373 30 57
Binary 1100110 1011011 10010110 100000 100111 0 101001 11111011 11000 101111

Color Harmonies of #665B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665B96

Black with #665B96

Text Example


Text Example

White with #665B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665B96; }

 p { color: rgb(102,91,150); }

 H1.HeaderClassName
 {
   color: #665B96;
 }
 .AnyTagClassName
 {
   color: #665B96;
 }
</style>

background-color css

<style>
 a { background-color: #665B96; }

 a { background-color: rgb(102,91,150); }

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

border-color css

<style>
 span { border-color: #665B96; }

 span { border-color: rgb(102,91,150); }

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