Html Css Color HEX #64659C Scampi

📋 copy color: '#64659C'

red 100 ◦ green 101 ◦ blue 156

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

Shades of Scampi #64659C

Tints of Scampi #64659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.7%

R = 28.01%
G = 28.29%
B = 43.7%

CMYK

 C value IS 0.36

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64659C (or 0x64659C) is known color: Scampi. HEX triplet: 64, 65 and 9C. RGB value is (100,101,156). Sum of RGB (Red+Green+Blue) = 100+101+156=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #64659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64659C is #9B9A63. Grayscale: #6A6A6A. Windows color (decimal): -10197604 or 10249572. OLE color: 10249572.

HSL color Cylindrical-coordinate representation of color #64659C: hue angle of 238.93º 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 #64659C is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 101 156 -
CMYK 0.36 0.35 0 0.39
HSL 238.93º 0.22% 0.5% -
HSV(B) 238.93º 0.36% 0.61% -
XYZ 15.91 14.42 33.4 -
YUV 106.97 155.67 123.03 -
System Red Green Blue C M Y K H S L
Decimal 100 101 156 0.36 0.35 0 0.39 238.93 0.22 0.5
Hex 64 65 9C 24 23 0 27 EF 16 32
Octal 144 145 234 44 43 0 47 357 26 62
Binary 1100100 1100101 10011100 100100 100011 0 100111 11101111 10110 110010

Color Harmonies of #64659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64659C

Black with #64659C

Text Example


Text Example

White with #64659C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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