Html Css Color HEX #64659B Scampi

📋 copy color: '#64659B'

red 100 ◦ green 101 ◦ blue 155

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

Shades of Scampi #64659B

Tints of Scampi #64659B

RGB

 RED value IS 100 (39.45% from 255) = 28.09%

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

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

R = 28.09%
G = 28.37%
B = 43.54%

CMYK

 C value IS 0.35

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64659B (or 0x64659B) is known color: Scampi. HEX triplet: 64, 65 and 9B. RGB value is (100,101,155). Sum of RGB (Red+Green+Blue) = 100+101+155=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 101 (39.84% from 255 or 28.37% 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 #64659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64659B is #9B9A64. Grayscale: #6A6A6A. Windows color (decimal): -10197605 or 10184036. OLE color: 10184036.

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

Color convert

RGB 100 101 155 -
CMYK 0.35 0.35 0 0.39
HSL 238.91º 0.22% 0.5% -
HSV(B) 238.91º 0.35% 0.61% -
XYZ 15.83 14.38 32.95 -
YUV 106.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 100 101 155 0.35 0.35 0 0.39 238.91 0.22 0.5
Hex 64 65 9B 23 23 0 27 EF 16 32
Octal 144 145 233 43 43 0 47 357 26 62
Binary 1100100 1100101 10011011 100011 100011 0 100111 11101111 10110 110010

Color Harmonies of #64659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64659B

Black with #64659B

Text Example


Text Example

White with #64659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,101,155); }

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

background-color css

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

 a { background-color: rgb(100,101,155); }

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

border-color css

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

 span { border-color: rgb(100,101,155); }

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