Html Css Color HEX #665EA2 Scampi

📋 copy color: '#665EA2'

red 102 ◦ green 94 ◦ blue 162

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

Shades of Scampi #665EA2

Tints of Scampi #665EA2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 162 (63.67% from 255) = 45.25%

R = 28.49%
G = 26.26%
B = 45.25%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#665EA2 (or 0x665EA2) is known color: Scampi. HEX triplet: 66, 5E and A2. RGB value is (102,94,162). Sum of RGB (Red+Green+Blue) = 102+94+162=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 162 - color contains mainly: blue. Hex color #665EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665EA2 is #99A15D. Grayscale: #676767. Windows color (decimal): -10068318 or 10640998. OLE color: 10640998.

HSL color Cylindrical-coordinate representation of color #665EA2: hue angle of 247.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #665EA2 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 94 162 -
CMYK 0.37 0.42 0 0.36
HSL 247.06º 0.27% 0.5% -
HSV(B) 247.06º 0.42% 0.64% -
XYZ 16 13.44 35.93 -
YUV 104.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 102 94 162 0.37 0.42 0 0.36 247.06 0.27 0.5
Hex 66 5E A2 25 2A 0 24 F7 1B 32
Octal 146 136 242 45 52 0 44 367 33 62
Binary 1100110 1011110 10100010 100101 101010 0 100100 11110111 11011 110010

Color Harmonies of #665EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EA2

Black with #665EA2

Text Example


Text Example

White with #665EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,162); }

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

background-color css

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

 a { background-color: rgb(102,94,162); }

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

border-color css

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

 span { border-color: rgb(102,94,162); }

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